Home
last modified time | relevance | path

Searched refs:Third (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/
H A Dmain.cpp27 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 DExternalSemaSourceTest.cpp254 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 Ddr10xx.cpp34 …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 Dmap.bench.cpp40 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 Dnatvis-3.natvis1 Third Natvis Test
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/
H A Dllvm-mca-markers-5.s11 # LLVM-MCA-BEGIN Third Region
62 # CHECK: [2] Code Region - Third Region
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Drelocatable-discard.s11 ## 2) Third-party section .debug_info referencing discarded section
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcatchpad-regmask.ll71 ; Third array access must remat the address of array
119 ; Third access must reload the address of imported
H A Dload-slice.ll114 ; Third slice uses bytes numbered 4 to 7.
/llvm-project-15.0.7/llvm/test/tools/llvm-split/
H A Dscc-const-alias.ll15 ; Third file is actually empty.
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-natvis.test24 CHECK-THIRD-NEXT: Third Natvis Test
/llvm-project-15.0.7/llvm/test/Analysis/ValueTracking/
H A Dgep-negative-issue.ll26 ; Third section is the repeated code again, with a later store
/llvm-project-15.0.7/bolt/test/X86/
H A Dshared-abbrev.s97 # Third CU table.
/llvm-project-15.0.7/llvm/test/Transforms/Coroutines/
H A Dex3.ll1 ; Third example from Doc/Coroutines.rst (two suspend points)
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DOverload.h274 ImplicitConversionKind Third : 8; variable
358 return Second == ICK_Identity && Third == ICK_Identity; in isIdentityConversion()
/llvm-project-15.0.7/clang/test/Modules/
H A Dignored_macros.m15 // Third trial: pass -DIGNORED=1 only to the second invocation, but
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s150 ## Third line table program needed to show that only a single blank line is
H A Ddebug_rnglists.s173 # Third (empty) table
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dlive-debug-values-remove-range.ll13 ; 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 Dinjected-sources.test21 ; CHECK-NEXT: <DisplayString>Third test</DisplayString>
H A Dinjected-sources-native.test22 ; CHECK-NEXT: <DisplayString>Third test</DisplayString>
/llvm-project-15.0.7/llvm/test/Transforms/GlobalDCE/
H A Dcomdats.ll15 ; Third test checks that calling a function in a comdat group with an alias
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp1899 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 DSemaOverload.cpp195 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 DHexagonAsmParser.cpp921 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()

12