/llvm-project/clang/test/Modules/ |
H A D | odr_hash-vector.cpp | 93 struct Invalid { struct 100 struct Invalid { struct 108 // expected-error@first.h:* {{'Types::Invalid::f' from module 'FirstModule' is not present in defin…
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-color.cpp | 28 struct Invalid { struct 30 } Invalid; variable
|
/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | ARM.h | 39 Invalid, enumerator 47 Invalid, enumerator
|
H A D | Sparc.h | 24 Invalid, enumerator
|
H A D | CSKY.h | 25 Invalid, enumerator
|
H A D | PPC.h | 26 Invalid, enumerator
|
H A D | Mips.h | 27 Invalid, enumerator
|
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerOptions.h | 19 Invalid, ///< Not a valid destructor Kind. enumerator 34 Invalid, ///< Not a valid detect mode. enumerator
|
/llvm-project/clang/test/Layout/ |
H A D | dump-complete-invalid.cpp | 6 struct Invalid : Incomplete {}; // expected-error {{base class has incomplete type}} struct
|
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 66 Invalid, enumerator 160 Invalid, global() enumerator 290 Invalid, global() enumerator 468 Invalid, global() enumerator 515 Invalid, global() enumerator [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | DXILABI.h | 26 Invalid = 0, global() enumerator 52 Invalid = 0, global() enumerator 76 Invalid = 0, global() enumerator
|
H A D | DynamicLibrary.h | 37 static char Invalid; variable
|
/llvm-project/lldb/unittests/Core/ |
H A D | ModuleSpecTest.cpp | 34 uint8_t Invalid[] = "This is not a binary file."; in TEST() local 44 uint8_t Invalid[] = "This is not a binary file."; in TEST() local
|
/llvm-project/libc/test/src/signal/ |
H A D | sigfillset_test.cpp | 19 TEST(LlvmLibcSigfillset,Invalid) TEST() argument
|
H A D | sigdelset_test.cpp | 20 TEST(LlvmLibcSigdelset,Invalid) TEST() argument
|
H A D | signal_test.cpp | 21 TEST(LlvmLibcSignal, Invalid) { in TEST() argument
|
/llvm-project/llvm/unittests/Demangle/ |
H A D | RustDemangleTest.cpp | 21 TEST(RustDemangle, Invalid) { in TEST() argument
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Value.h | 42 Invalid = -1, enumerator 59 Invalid = -1, enumerator
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 111 bool Invalid = false; in getExpansionForSplitToken() local 229 bool Invalid = false; in getEntityEndLoc() local 382 bool Invalid = false; in atOrBeforeSeparation() local 466 bool Invalid; in getAssociatedRange() local
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | FileTypes.h | 17 Invalid = 0U, enumerator
|
/llvm-project/clang/lib/AST/ |
H A D | RawCommentList.cpp | 74 if (!Invalid) { in commentsStartOnSameColumn() local 132 SourceMgr.getBufferData(BeginFileID, &Invalid).data(); in RawComment() local 170 &Invalid) in getRawTextSlow() local 236 bool Invalid = false; onlyWhitespaceBetween() local [all...] |
/llvm-project/libc/src/__support/time/linux/ |
H A D | abs_timeout.h | 29 enum class Error { Invalid, BeforeEpoch }; global() enumerator
|
/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCTypeUtilities.h | 26 Invalid = 0x00, enumerator
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | PGOCtxProfWriter.h | 21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; global() enumerator
|
/llvm-project/clang/lib/Lex/ |
H A D | MacroArgs.cpp | 237 std::string TokStr = PP.getSpelling(Tok, &Invalid); in StringifyArgument() local 251 unsigned ActualTokLen = PP.getSpelling(Tok, BufPtr, &Invalid); in StringifyArgument() local [all...] |