| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/ |
| H A D | main.cpp | 27 struct Third struct 31 Third(int X, char Z) : in Third() function 41 Third *third = new Third(96,'E'); in main()
|
| /llvm-project-15.0.7/clang/unittests/Sema/ |
| H A D | ExternalSemaSourceTest.cpp | 254 NamespaceTypoProvider Third("AAB", "DDD"); in TEST() local 258 Installer->PushSource(&Third); in TEST() 265 ASSERT_EQ(0, Third.CallCount); in TEST() 305 CompleteTypeDiagnoser Third(true); in TEST() local 308 Installer->PushSource(&Third); in TEST() 315 ASSERT_EQ(0, Third.CallCount); in TEST()
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr10xx.cpp | 34 …template<class T, template<class> class U = T::template A> struct Third { }; // expected-error {{i… struct 35 Third<A<int> > t; // expected-note {{in instantiation of default argument}}
|
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | map.bench.cpp | 40 enum class Hint { Begin, Third, Correct, End }; enumerator 318 auto Third = *(Data.Hints[I].begin() + 2); in run() local 322 : hint == ::Hint::Third ? Third : Map.end(); in run() 437 auto Third = *(Data.Hints[I].begin() + 2); in run() local 441 : hint == ::Hint::Third ? Third : Map.end(); in run() 557 auto Third = *(Data.Hints[I].begin() + 2); in run() local 561 : hint == ::Hint::Third ? Third : Map.end(); in run() 677 auto Third = *(Data.Hints[I].begin() + 2); in run() local 681 : hint == ::Hint::Third ? Third : Map.end(); in run()
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | natvis-3.natvis | 1 Third Natvis Test
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/ |
| H A D | llvm-mca-markers-5.s | 11 # LLVM-MCA-BEGIN Third Region 62 # CHECK: [2] Code Region - Third Region
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | relocatable-discard.s | 11 ## 2) Third-party section .debug_info referencing discarded section
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | catchpad-regmask.ll | 71 ; Third array access must remat the address of array 119 ; Third access must reload the address of imported
|
| H A D | load-slice.ll | 114 ; Third slice uses bytes numbered 4 to 7.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-split/ |
| H A D | scc-const-alias.ll | 15 ; Third file is actually empty.
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-natvis.test | 24 CHECK-THIRD-NEXT: Third Natvis Test
|
| /llvm-project-15.0.7/llvm/test/Analysis/ValueTracking/ |
| H A D | gep-negative-issue.ll | 26 ; Third section is the repeated code again, with a later store
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | shared-abbrev.s | 97 # Third CU table.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Coroutines/ |
| H A D | ex3.ll | 1 ; Third example from Doc/Coroutines.rst (two suspend points)
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Overload.h | 274 ImplicitConversionKind Third : 8; variable 358 return Second == ICK_Identity && Third == ICK_Identity; in isIdentityConversion()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | ignored_macros.m | 15 // Third trial: pass -DIGNORED=1 only to the second invocation, but
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug-line.s | 150 ## Third line table program needed to show that only a single blank line is
|
| H A D | debug_rnglists.s | 173 # Third (empty) table
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | live-debug-values-remove-range.ll | 13 ; Third function @quux tests that we don't delete too many variable locations.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | injected-sources.test | 21 ; CHECK-NEXT: <DisplayString>Third test</DisplayString>
|
| H A D | injected-sources-native.test | 22 ; CHECK-NEXT: <DisplayString>Third test</DisplayString>
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalDCE/ |
| H A D | comdats.ll | 15 ; Third test checks that calling a function in a comdat group with an alias
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1899 Expr *Third, Stmt *Body) { in CheckForLoopConditionalStatement() argument 1925 DeclMatcher(S, Decls, Third).FoundDeclInUse() || in CheckForLoopConditionalStatement() 2077 void CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) { in CheckForRedundantIteration() argument 2079 if (!Body || !Third) return; in CheckForRedundantIteration() 2082 Third->getBeginLoc())) in CheckForRedundantIteration() 2094 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration() 2180 Expr *Third = third.release().getAs<Expr>(); in ActOnForStmt() local 2185 ForStmt(Context, First, Second.get().second, Second.get().first, Third, in ActOnForStmt()
|
| H A D | SemaOverload.cpp | 195 Third = ICK_Identity; in setAsIdentityConversion() 218 Rank = GetConversionRank(Third); in getRank() 508 if (Third != ICK_Identity) { in dump() 1972 SCS.Third = ICK_Identity; in IsStandardConversion() 2031 SCS.Third = ICK_Identity; in IsStandardConversion() 3334 SCS.Third = InnerSCS.Third; in tryAtomicConversion() 3917 if (SCS1.Third == SCS2.Third) { in compareStandardConversionSubsets() 3922 if (SCS1.Third == ICK_Identity) in compareStandardConversionSubsets() 3927 if (SCS2.Third == ICK_Identity) in compareStandardConversionSubsets() 4238 SCS1.Third != SCS2.Third || SCS1.Third != ICK_Qualification) in CompareQualificationConversions() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 921 AsmToken Third = Lexer.peekTok(); in isLabel() local 928 Third.getString().lower() == "sat") in isLabel() 935 StringRef Raw(String.data(), Third.getString().data() - String.data() + in isLabel() 936 Third.getString().size()); in isLabel()
|