| /external/clang/test/SemaCXX/ | 
| D | qualified-id-lookup.cpp | 100 struct Undef { // expected-note{{definition of 'Undef' is not complete until the closing '}'}}  struct103   Undef::type member;  argument
 105 …static int size = sizeof(Undef); // expected-error{{invalid application of 'sizeof' to an incomple…  argument
 
 | 
| /external/llvm/unittests/IR/ | 
| D | AsmWriterTest.cpp | 26   auto Undef = UndefValue::get(Ty);  in TEST()  local
 | 
| D | ConstantsTest.cpp | 31   Constant* Undef = UndefValue::get(Int1);  in TEST()  local
 | 
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ | 
| D | val_state_test.cpp | 153 TEST_F(ValidationState_InLayoutState, Undef) {  in TEST_F()  argument
 | 
| /external/deqp-deps/SPIRV-Tools/test/val/ | 
| D | val_state_test.cpp | 156 TEST_F(ValidationState_InLayoutState, Undef) {  in TEST_F()  argument
 | 
| /external/swiftshader/third_party/SPIRV-Tools/test/val/ | 
| D | val_state_test.cpp | 157 TEST_F(ValidationState_InLayoutState, Undef) {  in TEST_F()  argument
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUUnifyDivergentExitNodes.cpp | 153     Value *Undef = UndefValue::get(B.getFloatTy());  in unifyReturnBlockSet()  local
 | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | StructurizeCFG.cpp | 588     Value *Undef = UndefValue::get(Phi.getType());  in addPhiValues()  local609       Value *Undef = UndefValue::get(Phi->getType());  in setPhiValues()  local
 912           Value *Undef = UndefValue::get(II->getType());  in rebuildSSA()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | StructurizeCFG.cpp | 598     Value *Undef = UndefValue::get(Phi.getType());  in addPhiValues()  local618       Value *Undef = UndefValue::get(Phi->getType());  in setPhiValues()  local
 930           Value *Undef = UndefValue::get(I.getType());  in rebuildSSA()  local
 
 | 
| D | LowerMatrixIntrinsics.cpp | 249     Value *Undef = UndefValue::get(VType);  in getMatrix()  local620     Value *Undef = UndefValue::get(Col->getType());  in extractVector()  local
 637     Value *Undef = UndefValue::get(Block->getType());  in insertVector()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64CallLowering.cpp | 323                 auto Undef = MIRBuilder.buildUndef({OldLLT});  in lowerReturn()  local336               auto Undef = MIRBuilder.buildUndef({OldLLT});  in lowerReturn()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineSimplifyDemanded.cpp | 1147     Constant *Undef = UndefValue::get(EltTy);  in SimplifyDemandedVectorElts()  local1198                               APInt Demanded, APInt &Undef) {  in SimplifyDemandedVectorElts()
 
 | 
| D | InstCombinePHI.cpp | 1131   Value *Undef = UndefValue::get(FirstPhi.getType());  in SliceUpIllegalIntegerPHI()  local
 | 
| /external/swiftshader/src/Pipeline/ | 
| D | SpirvShaderDebugger.cpp | 515 		struct Undef : public vk::dbg::Value  in undefined()  struct517 			Undef(const std::string &ty)  in undefined()  argument
 520 			const std::string ty;  in undefined()
 521 			std::string type() override { return ty; }  in undefined()
 522 			std::string get(const vk::dbg::FormatFlags &) override { return "<undefined>"; }  in undefined()
 
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceTargetLowering.h | 480       auto *Undef = ConstantUndef::create(Ctx, DestTy);  in scalarizeInstruction()  local
 | 
| D | IceTargetLoweringMIPS32.cpp | 278       auto *Undef = ConstantUndef::create(Ctx, DestTy);  in genTargetHelperCallFor()  local307       auto *Undef = ConstantUndef::create(Ctx, IceType_v4f32);  in genTargetHelperCallFor()  local
 335       auto *Undef = ConstantUndef::create(Ctx, DestTy);  in genTargetHelperCallFor()  local
 428       auto *Undef = ConstantUndef::create(Ctx, DestTy);  in genTargetHelperCallFor()  local
 589       auto *Undef = ConstantUndef::create(Ctx, IceType_v4f32);  in genTargetHelperCallFor()  local
 
 | 
| /external/llvm/include/llvm/CodeGen/ | 
| D | MachineInstrBuilder.h | 37     Undef          = 0x20,  enumerator
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ | 
| D | Coroutines.cpp | 329     auto *Undef = UndefValue::get(Type::getInt8PtrTy(F.getContext()));  in buildFrom()  local
 | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineSimplifyDemanded.cpp | 934     Constant *Undef = UndefValue::get(EltTy);  in SimplifyDemandedVectorElts()  local
 | 
| D | InstCombinePHI.cpp | 858   Value *Undef = UndefValue::get(FirstPhi.getType());  in SliceUpIllegalIntegerPHI()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | MachineInstrBuilder.h | 48     Undef          = 0x20,  enumerator
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 861     Value *Undef = UndefValue::get(LPI->getType());  in runEHOnFunction()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | LoopUtils.cpp | 613       auto *Undef = UndefValue::get(I.getType());  in deleteDeadLoop()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | VectorUtils.cpp | 693   Constant *Undef = UndefValue::get(Builder.getInt32Ty());  in createSequentialMask()  local
 | 
| /external/llvm/include/llvm/IR/ | 
| D | IRBuilder.h | 1726     Value *Undef = UndefValue::get(VectorType::get(V->getType(), NumElts));  variable
 |