Home
last modified time | relevance | path

Searched refs:Second (Results 1 – 25 of 216) sorted by relevance

123456789

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPPCallbacks.h492 Second->EndOfMainFile(); in EndOfMainFile()
497 Second->Ident(Loc, str); in Ident()
509 Second->PragmaComment(Loc, Kind, Str); in PragmaComment()
514 Second->PragmaMark(Loc, Trivia); in PragmaMark()
525 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
573 Second->PragmaWarningPop(Loc); in PragmaWarningPop()
583 Second->PragmaExecCharsetPop(Loc); in PragmaExecCharsetPop()
593 Second->PragmaAssumeNonNullEnd(Loc); in PragmaAssumeNonNullEnd()
644 Second->Ifdef(Loc, MacroNameTok, MD); in Ifdef()
683 Second->Else(Loc, IfLoc); in Else()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DReorderUtils.h77 return Valid[index(First, Second)]; in contains()
81 assert(contains(First, Second)); in get()
82 return Cache[index(First, Second)]; in get()
86 const size_t Index = index(First, Second); in set()
98 size_t index(const Cluster *First, const Cluster *Second) const { in index() argument
99 return (First->id() * Size) + Second->id(); in index()
118 return Valid[index(First, Second)]; in contains()
122 assert(contains(First, Second)); in get()
123 return Cache[index(First, Second)]; in get()
127 const size_t Index = index(First, Second); in set()
[all …]
/llvm-project-15.0.7/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp142 ArgumentsAdjuster Second) { in combineAdjusters() argument
144 return Second; in combineAdjusters()
145 if (!Second) in combineAdjusters()
147 return [First, Second](const CommandLineArguments &Args, StringRef File) { in combineAdjusters()
148 return Second(First(Args, File), File); in combineAdjusters()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/
H A Dmain.cpp17 struct Second struct
21 Second(int X, float Y) : in Second() function
40 Second second(65,43.25); in main()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp233 struct Second {}; struct
250 void template_template_fun(Type<Thing<Second, true>, Second>) { } in template_template_fun() argument
257 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() { in template_template_specialization()
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp16 s64 Second; member
19 TestData(s64 F, s64 S) : First(F), Second(S) {} in TestData()
23 *OS << "{ " << D.First << ", " << D.Second << " }"; in PrintTo()
49 ASSERT_EQ(data[0].Second, 1); in TEST()
63 ASSERT_EQ(data[I].Second, I + 1); in TEST()
73 ASSERT_EQ(data[0].Second, 1); in TEST()
105 ASSERT_EQ(D0.Second, 1); in TEST()
119 ASSERT_EQ(D0.Second, 1); in TEST()
126 ASSERT_EQ(I0->Second, 1); in TEST()
145 ASSERT_EQ(Back.Second, 1); in TEST()
[all …]
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp161 std::swap(First, Second); in swapIterators()
177 iterator Second = RHS.begin(); in unite() local
187 if (First->To() > Second->To()) { in unite()
194 if (++Second == SecondEnd) in unite()
249 if (++Second == SecondEnd) { in unite()
582 ++Second; in intersect()
585 } while (Second != SecondEnd); in intersect()
950 SymbolRef Second);
1157 if (Second) { in intersect()
2468 EquivalenceClass Second) { in addToDisequalityInfo() argument
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DParsedAttr.cpp303 ParsedAttributes &Second, in takeAndConcatenateAttrs() argument
307 Result.takeAllFrom(Second); in takeAndConcatenateAttrs()
312 Result.Range.setBegin(Second.Range.getBegin()); in takeAndConcatenateAttrs()
313 if (Second.Range.getEnd().isValid()) in takeAndConcatenateAttrs()
314 Result.Range.setEnd(Second.Range.getEnd()); in takeAndConcatenateAttrs()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp167 static bool isFirstWider(BuiltinType::Kind First, BuiltinType::Kind Second) { in isFirstWider() argument
170 (SecondSize = relativeIntSizes(Second)) != 0) in isFirstWider()
173 (SecondSize = relativeCharSizes(Second)) != 0) in isFirstWider()
176 (SecondSize = relativeCharSizesW(Second)) != 0) in isFirstWider()
/llvm-project-15.0.7/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp253 NamespaceTypoProvider Second("AAB", "CCC"); in TEST() local
257 Installer->PushSource(&Second); in TEST()
264 ASSERT_LE(1, Second.CallCount); in TEST()
304 CompleteTypeDiagnoser Second(true); in TEST() local
307 Installer->PushSource(&Second); in TEST()
314 ASSERT_EQ(1, Second.CallCount); in TEST()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dllvm.h24 template <typename First, typename Second, typename... Rest, typename Y>
26 return isa<First>(Val) || isa<Second, Rest...>(Val); in isa()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DItaniumManglingCanonicalizerTest.cpp28 llvm::StringRef Second; member
300 Canonicalizer.addEquivalence(Equiv.Kind, Equiv.First, Equiv.Second); in testTestcases()
303 << Equiv.Second; in testTestcases()
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Dunwind-info-x86_64.test25 # CHECK: Second level indices:
26 # CHECK: Second level index[0]: offset in section=0x00000050, base function offset=0x00000d70
H A Dunwind-info-arm64.test25 # CHECK: Second level indices:
26 # CHECK: Second level index[0]: offset in section=0x00000050, base function offset=0x00007d64
/llvm-project-15.0.7/llvm/lib/Support/
H A DBinaryStreamWriter.cpp87 WritableBinaryStreamRef Second = First.drop_front(Off); in split() local
90 BinaryStreamWriter W2{Second}; in split()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp193 bool areSameExpr(ASTContext *Context, const Expr *First, const Expr *Second) { in areSameExpr() argument
194 if (!First || !Second) in areSameExpr()
199 Second->Profile(SecondID, *Context, true); in areSameExpr()
209 bool areSameVariable(const ValueDecl *First, const ValueDecl *Second) { in areSameVariable() argument
210 return First && Second && in areSameVariable()
211 First->getCanonicalDecl() == Second->getCanonicalDecl(); in areSameVariable()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypes.h99 template <typename First, typename Second, typename... Rest>
257 template <typename First, typename Second, typename... Rest>
259 return isa<First>() || isa<Second, Rest...>(); in isa()
H A DAttributes.h51 template <typename First, typename Second, typename... Rest>
119 template <typename First, typename Second, typename... Rest>
121 return isa<First>() || isa<Second, Rest...>(); in isa()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp255 auto *Second = dyn_cast<User>(Pair.second); in runOnUse() local
256 assert((!First || Second) && "translated from user to non-user!?"); in runOnUse()
261 Second->setOperand(i, BoolToIntMap[First->getOperand(i)]); in runOnUse()
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h203 BinaryFunction &BF, const LBREntry &First, const LBREntry &Second,
211 const LBREntry &Second, uint64_t Count = 1) const;
275 bool doTrace(const LBREntry &First, const LBREntry &Second,
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dnatvis-2.natvis1 Second Natvis Test
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/X86/
H A Dllvm-mca-markers-5.s8 # LLVM-MCA-BEGIN Second Region
39 # CHECK: [1] Code Region - Second Region
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-08-02.test4 Second occurrence: *anchor
H A Dspec-08-11.test4 Second occurrence: *anchor
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/loop-convert/
H A Dstructures.h129 template<typename First, typename Second>
134 Second second;

123456789