| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | cursor-dynamic-call.mm | 73 // CHECK: 8:11 MemberRefExpr=meth:3:16 {{.*}} Dynamic-call 74 // CHECK-NOT: 9:9 {{.*}} Dynamic-call 75 // CHECK: 25:3 ObjCMessageExpr=meth:14:8 {{.*}} Dynamic-call Receiver-type=ObjCObjectPointer 76 // CHECK-NOT: 26:3 {{.*}} Dynamic-call 77 // CHECK-NOT: 29:3 {{.*}} Dynamic-call 79 // CHECK: 34:7 MemberRefExpr=meth:3:16 {{.*}} Dynamic-call Receiver-type=Pointer 80 // CHECK: 35:3 ObjCMessageExpr=meth:14:8 {{.*}} Dynamic-call Receiver-type=ObjCObjectPointer 81 // CHECK-NOT: 36:3 {{.*}} Dynamic-call 83 // CHECK: 37:3 ObjCMessageExpr=ClsMeth:15:8 {{.*}} Dynamic-call Receiver-type=ObjCClass 84 // CHECK-NOT: 49:10 {{.*}} Dynamic-call [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Merge.h | 27 const SymbolIndex *Dynamic, *Static; variable 32 MergedIndex(const SymbolIndex *Dynamic, const SymbolIndex *Static) in MergedIndex() argument 33 : Dynamic(Dynamic), Static(Static) {} in MergedIndex() 47 return Dynamic->estimateMemoryUsage() + Static->estimateMemoryUsage(); in estimateMemoryUsage()
|
| H A D | Merge.cpp | 51 More |= Dynamic->fuzzyFind(Req, [&](const Symbol &S) { in fuzzyFind() 59 auto DynamicContainsFile = Dynamic->indexedFiles(); in fuzzyFind() 97 Dynamic->lookup(Req, [&](const Symbol &S) { B.insert(S); }); in lookup() 101 auto DynamicContainsFile = Dynamic->indexedFiles(); in lookup() 134 More |= Dynamic->refs(Req, [&](const Ref &O) { in refs() 141 auto DynamicContainsFile = Dynamic->indexedFiles(); in refs() 160 return [DynamicContainsFile{Dynamic->indexedFiles()}, in indexedFiles() 174 Dynamic->relations(Req, [&](const SymbolID &Subject, const Symbol &Object) { in relations()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | align-branch-boundary-suppressions-tls.ll | 1 ;; Test that we don't pad the x86-64 General Dynamic/Local Dynamic TLS code 4 ;; Local Dynamic and 32-bit as well.
|
| H A D | dynamic-allocas-VLAs.ll | 71 ; VLAs + Dynamic realignment 128 ; VLAs + Dynamic realignment + Spill 147 ; VLAs + Dynamic realignment + byval
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
| H A D | TLS.s | 45 # Test Local Dynamic TLS Model (small code model) 64 # Test Local Dynamic TLS Model (large code model) 87 # Test Global Dynamic TLS Model (small code model) 110 # Test Global Dynamic TLS Model (large code model)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ |
| H A D | all-headers.test | 15 # CHECK-NEXT: Dynamic Section: 39 # ARCHIVE: Dynamic Section: 48 # ARCHIVE: Dynamic Section:
|
| H A D | private-headers-no-dynamic.test | 18 # CHECK: Dynamic Section:
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | ppc64-tls-pcrel-gd.s | 23 ## This test checks the General Dynamic PC Relative TLS implementation for lld. 24 ## GD - General Dynamic with no relaxation possible 25 ## GDTOIE - General Dynamic relaxed to Initial Exec 26 ## GDTOLE - General Dynamic relaxed to Local Exec
|
| H A D | ppc64-tls-pcrel-ld.s | 17 ## This test checks the Local Dynamic PC Relative TLS implementation for lld. 18 ## LD - Local Dynamic with no relaxation possible 19 ## LDTOLE - Local Dynamic relaxed to Local Exec
|
| H A D | relocation-relative-synthetic.s | 6 # CHECK: Dynamic Relocations {
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ |
| H A D | dynamic-section-machine-specific.test | 7 # HEXAGON: Dynamic Section: 43 # MIPS:Dynamic Section: 207 # PPC: Dynamic Section: 239 # PPC64: Dynamic Section: 268 # AARCH64: Dynamic Section: 300 # RISCV: Dynamic Section:
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | dynamic.mlir | 5 // Dynamic type 47 // Dynamic attribute 87 // Dynamic op
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | dynamic-not-in-pt-dynamic.test | 25 # GNU1: Dynamic section at offset 0x{{.*}} contains 2 entries: 79 # GNU2: Dynamic section at offset 0x{{.*}} contains 1 entries: 119 # RUN: | FileCheck -DFILE=%t3.o --check-prefix=WARNING3 --implicit-check-not="Dynamic" %s 121 # RUN: | FileCheck -DFILE=%t3.o --check-prefix=WARNING3 --implicit-check-not="Dynamic" %s
|
| H A D | dynamic-table-dtnull.s | 12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries: 49 # LONG-GNU: Dynamic section at offset {{.*}} contains 2 entries:
|
| H A D | non-dynamic-in-pt-dynamic.test | 24 # GNU: Dynamic section at offset 0x{{.*}} contains 2 entries: 74 # GNU2: Dynamic section at offset 0x{{.*}} contains 3 entries: 128 # GNU3: Dynamic section at offset 0x{{.*}} contains 2 entries:
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | FPEnv.cpp | 27 .Case("round.dynamic", RoundingMode::Dynamic) in convertStrToRoundingMode() 39 case RoundingMode::Dynamic: in convertRoundingModeToStr()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | default-arguments-cxx0x.cpp | 85 constexpr unsigned Dynamic = 0; variable 86 template <unsigned> class A { template <unsigned = Dynamic> void m_fn1(); };
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | relocation-executable.test | 30 // DYN: Dynamic Relocations { 54 // DYN2: Dynamic Relocations {
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 613 return RoundingMath ? RoundingMode::Dynamic in getDefaultRoundingMode() 661 setConstRoundingMode(RoundingMode::Dynamic); in FPOptions() 674 setConstRoundingMode(LangOptions::RoundingMode::Dynamic); in FPOptions() 683 getRoundingMode() == llvm::RoundingMode::Dynamic && in FPOptions() 714 if (RM == RoundingMode::Dynamic) { in getRoundingMode()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | FloatingPointMode.h | 45 Dynamic = 7, ///< Denotes mode unknown at compile time. enumerator 57 case RoundingMode::Dynamic: return "dynamic"; in spell()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | CMakeLists.txt | 1 add_subdirectory(Dynamic)
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | CMakeLists.txt | 30 add_subdirectory(Dynamic)
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/ASTMatchers/Dynamic/ |
| H A D | BUILD.gn | 1 static_library("Dynamic") {
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-query/tool/ |
| H A D | BUILD.gn | 7 "//clang/lib/ASTMatchers/Dynamic",
|