| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExternalASTMerger.h | 89 bool Temporary; variable 96 bool Temporary = false, ExternalASTMerger *Merger = nullptr) 97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST() 101 bool isTemporary() const { return Temporary; } in isTemporary()
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.const/ |
| H A D | p6-2a.cpp | 37 struct Temporary { struct 39 constexpr ~Temporary() { in ~Temporary() argument 43 constexpr Temporary t = {3}; // expected-error {{must have constant destruction}} expected-note {{c…
|
| /llvm-project-15.0.7/clang/test/Analysis/Checkers/ |
| H A D | RunLoopAutoreleaseLeakChecker.m | 32 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th… 51 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th… 59 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th… 84 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th… 94 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th… 125 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th… 159 …[i foo]; // no-crash // expected-warning{{Temporary objects allocated in the autorelease pool of l…
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cfg-rich-constructors.mm | 33 // CXX11-NEXT: 10: ~D() (Temporary object destructor) 34 // CXX11-NEXT: 11: ~D() (Temporary object destructor) 39 // CXX17-NEXT: 6: ~D() (Temporary object destructor) 56 // CXX11-NEXT: 9: ~D() (Temporary object destructor)
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | MetadataImpl.h | 35 case Temporary: in storeImpl() 50 case Temporary: in storeImpl()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600RegisterInfo.td | 46 // 32-bit Temporary Registers 53 // 128-bit Temporary Registers 88 // 32-bit Temporary Registers 91 // 128-bit Temporary Registers 103 // 32-bit Temporary Registers 106 // 128-bit Temporary Registers
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | CompletionRequestTest.cpp | 267 std::string Temporary = "bar"; in TEST() local 268 request.AddCompletion(Temporary); in TEST() 271 Temporary[0] = 'f'; in TEST()
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | magic-separator.test | 1 # Temporary disable this test on non-linux: looks like there is no memmem on windows.
|
| H A D | exit_on_src_pos.test | 1 # Temporary use -mllvm -use-unknown-locations=Disable so that
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-opt-fuzzer/ |
| H A D | simple-run.ll | 4 ; Temporary bitcode file
|
| H A D | command-line.ll | 3 ; Temporary bitcode file
|
| H A D | exec-options.ll | 15 ; Temporary bitcode file
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ |
| H A D | CMakeLists.txt | 20 # Temporary helper for https://reviews.llvm.org/D55740 45 # Temporary helper for https://reviews.llvm.org/D55740
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/ |
| H A D | no-automatic-move.cpp | 56 StatusOr<Obj> Temporary() { in Temporary() function
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | LLDBLog.cpp | 58 {{"temp"}, {"log internal temporary debug messages"}, LLDBLog::Temporary},
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | LLDBLog.h | 45 Temporary = Log::ChannelFlag<26>, enumerator
|
| /llvm-project-15.0.7/libc/utils/buildbot/ |
| H A D | Dockerfile | 10 # Temporary dependencies for AOR tests.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/ |
| H A D | Passes.td | 48 // Temporary for bringup, should become the default.
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.h | 269 Address Temporary; member
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | temp_arg_nontype_cxx20.cpp | 228 namespace Temporary { namespace
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 70 enum StorageType { Uniqued, Distinct, Temporary }; enumerator 1128 bool isTemporary() const { return Storage == Temporary; } 1379 return TempMDTuple(getImpl(Context, MDs, Temporary));
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | TargetInstrInfo.td | 113 // Temporary 'internal' registers can be used to break instructions apart.
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchRegisterInfo.td | 88 // Temporary registers (t0...t8)
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Lookup.h | 140 Temporary enumerator
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1629 QualType T, Expr *Temporary, bool BoundToLvalueReference, in MaterializeTemporaryExpr() argument 1635 MTD->ExprWithTemporary = Temporary; in MaterializeTemporaryExpr() 1638 State = Temporary; in MaterializeTemporaryExpr()
|