/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCPUWarmup.hpp | 37 class Unused class 40 Unused (void) : m_v(new float) {} in Unused() function in tcu::warmupCPUInternal::Unused 41 ~Unused (void) { delete m_v; } in ~Unused() 46 extern volatile Unused g_unused;
|
H A D | tcuCPUWarmup.cpp | 37 volatile Unused g_unused;
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
H A D | WireExtensionTests.cpp | 47 .WillOnce(Invoke([&](Unused, in TEST_F() 85 .WillOnce(Invoke([&](Unused, in TEST_F() 109 .WillOnce(Invoke([&](Unused, in TEST_F() 147 [&](Unused, const WGPURenderPipelineDescriptor* serverDesc) -> WGPURenderPipeline { in TEST_F() 175 [&](Unused, const WGPURenderPipelineDescriptor* serverDesc) -> WGPURenderPipeline { in TEST_F() 208 .WillOnce(Invoke([&](Unused, in TEST_F() 228 .WillOnce(Invoke([&](Unused, in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 54 bool Unused = CI->use_empty(); in EraseInstruction() local 56 if (!Unused) { in EraseInstruction() 67 if (Unused) in EraseInstruction()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Vertex.hpp | 45 Unused, enumerator 46 VERTEX_OUTPUT_LAST = Unused,
|
H A D | SetupProcessor.cpp | 90 state.pointSizeRegister = Unused; in update() 109 state.gradient[interpolant][component].attribute = Unused; in update() 115 state.fog.attribute = Unused; in update()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | looseThisTypeInFunctions.js | 6 interface Unused { 39 let u: Unused;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 236 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src2, Src1, in EmitTargetCodeForStrcmp() local 238 SDValue CCReg = Unused.getValue(1); in EmitTargetCodeForStrcmp() 239 Chain = Unused.getValue(2); in EmitTargetCodeForStrcmp()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexShader.cpp | 28 pointSizeRegister = Unused; in VertexShader() 65 pointSizeRegister = Unused; in VertexShader()
|
H A D | SetupRoutine.cpp | 467 if(attribute != Unused) in generate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Minidump.cpp | 138 if (Type == StreamType::Unused && Loc.DataSize == 0) { in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 217 SmallVector<Instruction *, 8> Unused; in removeUnusedInsts() local 228 Unused.push_back(NewInst); in removeUnusedInsts() 233 for (auto *Inst : reverse(Unused)) { in removeUnusedInsts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 53 Unused = 0, member in llvm::minidump::StreamType
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 63 using testing::Unused; 93 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2() 154 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2() 287 // Tests using Invoke() with functions with parameters declared as Unused. 299 // Tests using Invoke() with methods with parameters declared as Unused.
|
H A D | gmock-actions_test.cc | 903 bool CanCallReturnRef(Unused) { return false; } in CanCallReturnRef() 2109 const Action<bool(std::string)> x1 = [](Unused) { return 42; }; in TEST() 2126 Action<int(int, double y, double z)> a = [](int i, Unused, Unused) { in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_format.h | 151 // Unused() is here because of the false positive from -Wunused-private-field 154 int* Unused() { return p_; } in Unused() function in absl::FormatCountCapture
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 53 bool Unused = false) { in findScratchNonCalleeSaveRegister() 59 if (Unused) { in findScratchNonCalleeSaveRegister() 76 if (!Unused) in findScratchNonCalleeSaveRegister()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 341 Unused = 3, member in gl::BlendEquationType 352 return (scaled == static_cast<GLenum>(BlendEquationType::Unused) || in FromGLenum()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 311 Header.Unused = 0; in writeImpl()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-kerx-table.hh | 478 Unused = 0x3F000000, /* Unused - must be zero. */ enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 991 uint64_t Unused; // Becomes unused since version 4 member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2778 LLT Unused; in fewerElementsVectorPhi() 2779 if (!extractParts(SrcReg, PhiTy, NarrowTy, Unused, PartRegs, in fewerElementsVectorPhi() 3652 LLT Unused; in narrowScalarBasic() 3653 if (!extractParts(MI.getOperand(2).getReg(), DstTy, NarrowTy, Unused, in narrowScalarBasic() 3699 LLT Unused; in narrowScalarSelect() 3700 if (!extractParts(MI.getOperand(3).getReg(), DstTy, NarrowTy, Unused, in narrowScalarSelect()
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 178 statement. Unused. 401 \section{Unused Enumerants (\tag{unused} tag)}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | COFF.h | 518 uint8_t Unused; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 998 mDepthAccess(ResourceAccess::Unused), 999 mStencilAccess(ResourceAccess::Unused), 1061 mDepthAccess = ResourceAccess::Unused; in reset() 1062 mStencilAccess = ResourceAccess::Unused; in reset() 1707 if (access == ResourceAccess::Unused) in finalizeDepthStencilLoadStoreOps()
|