/llvm-project/clang/test/SemaCXX/ |
H A D | qualified-id-lookup.cpp | 100 struct Undef { // expected-note{{definition of 'Undef' is not complete until the closing '}'}} struct 103 Undef::type member; argument 105 …static int size = sizeof(Undef); // expected-error{{invalid application of 'sizeof' to an incomple… argument
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | BranchProbabilityInfoTest.cpp | 72 auto *Undef = UndefValue::get(I32); TEST_F() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | DuplicateIncludeCheck.cpp | 106 const MacroDirective *Undef) { in MacroUndefined()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 193 const MacroDirective *Undef) { in MacroUndefined() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CollectMacros.cpp | 59 MacroUndefined(const clang::Token & MacroName,const clang::MacroDefinition & MD,const clang::MacroDirective * Undef) MacroUndefined() argument
|
/llvm-project/polly/unittests/DeLICM/ |
H A D | DeLICMTest.cpp | 37 isl::union_set &Undef) { in completeLifetime()
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 646 Value *Undef = UndefValue::get(Phi.getType()); addPhiValues() local 729 Value *Undef = UndefValue::get(Phi->getType()); setPhiValues() local 1053 Value *Undef = UndefValue::get(I.getType()); rebuildSSA() local
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | UpgradeGoogletestCaseCheck.cpp | 56 const MacroDirective *Undef) override { in MacroUndefined()
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 106 bool Undef = false; getRelocationValueString() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 273 auto *Undef = UndefValue::get(PointerType::get(F.getContext(), 0)); buildFrom() local
|
/llvm-project/clang/lib/Index/ |
H A D | IndexingAction.cpp | 47 const MacroDirective *Undef) override { in MacroUndefined()
|
/llvm-project/llvm/unittests/Transforms/IPO/ |
H A D | FunctionSpecializationTest.cpp | 295 Constant *Undef = UndefValue::get(IntegerType::getInt32Ty(M.getContext())); TEST_F() local
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 150 for (const StringRef &Undef : Mod->getAsmUndefinedRefs()) setAsmUndefinedRefs() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ExpandModularHeadersPPCallbacks.cpp | 272 const Token &, const MacroDefinition &, const MacroDirective *Undef) { in MacroUndefined() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 468 MacroUndefined(const Token & Id,const MacroDefinition & MD,const MacroDirective * Undef) MacroUndefined() argument
|
/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 308 MacroUndefined(const Token & MacroNameToken,const MacroDefinition & MD,const MacroDirective * Undef) MacroUndefined() argument
|
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/ |
H A D | Enums.h | 155 Undef = 0x00000000, enumerator
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 356 const MacroDirective *Undef) { in MacroUndefined() 682 const MacroDirective *Undef) override { in MacroUndefined()
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 54 Undef = 0x20, enumerator
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MacroToEnumCheck.cpp | 371 const MacroDirective *Undef) { in MacroUndefined()
|
/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 583 const MacroDirective *Undef) { in MacroUndefined() argument
|
/llvm-project/clang-tools-extra/pp-trace/ |
H A D | PPCallbacksTracker.cpp | 340 const MacroDirective *Undef) { in MacroUndefined()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 8885 SDValue Undef = getUNDEF(Ptr.getValueType()); getLoad() local 8892 SDValue Undef = getUNDEF(Ptr.getValueType()); getLoad() local 8903 SDValue Undef = getUNDEF(Ptr.getValueType()); getExtLoad() local 8911 SDValue Undef = getUNDEF(Ptr.getValueType()); getExtLoad() local 8956 SDValue Undef = getUNDEF(Ptr.getValueType()); getStore() local 9023 SDValue Undef = getUNDEF(Ptr.getValueType()); getTruncStore() local 9142 SDValue Undef = getUNDEF(Ptr.getValueType()); getLoadVP() local 9151 SDValue Undef = getUNDEF(Ptr.getValueType()); getLoadVP() local 9163 SDValue Undef = getUNDEF(Ptr.getValueType()); getExtLoadVP() local 9173 SDValue Undef = getUNDEF(Ptr.getValueType()); getExtLoadVP() local 9274 SDValue Undef = getUNDEF(Ptr.getValueType()); getTruncStoreVP() local 9369 SDValue Undef = getUNDEF(Ptr.getValueType()); getStridedLoadVP() local 9378 SDValue Undef = getUNDEF(Ptr.getValueType()); getExtStridedLoadVP() local 9443 SDValue Undef = getUNDEF(Ptr.getValueType()); getTruncStridedStoreVP() local [all...] |
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | PatternMatchTest.cpp | 732 Register Undef = B.buildUndef(s64).getReg(0); TEST_F() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1824 auto Undef = MIRBuilder.buildUndef(MRI->getType(Op)); translateVectorDeinterleave2Intrinsic() local 2402 Register Undef = MRI->createGenericVirtualRegister(PtrTy); translateKnownIntrinsic() local 2984 Register Undef = MRI->createGenericVirtualRegister(Ty); translateLandingPad() local
|