Home
last modified time | relevance | path

Searched refs:Lit (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Dpr3086.ll5 %struct.Cls = type { i32, i8, [2 x %struct.Cls*], [2 x %struct.Lit*] }
6 %struct.Lit = type { i8 }
13 %0 = load %struct.Lit*, %struct.Lit** %storemerge, align 8 ; <%struct.Lit*> [#uses=0]
19 …%storemerge = getelementptr %struct.Lit*, %struct.Lit** null, i64 %storemerge.rec ; <%struct.Lit*…
20 %1 = icmp ugt %struct.Lit** null, %storemerge ; <i1> [#uses=1]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousMissingCommaCheck.cpp22 const StringLiteral *Lit) { in isConcatenatedLiteralsOnPurpose() argument
27 auto Parents = Ctx->getParents(*Lit); in isConcatenatedLiteralsOnPurpose()
42 SourceLocation FirstToken = Lit->getStrTokenLoc(0); in isConcatenatedLiteralsOnPurpose()
46 for (unsigned int TokNum = 1; TokNum < Lit->getNumConcatenated(); ++TokNum) { in isConcatenatedLiteralsOnPurpose()
47 SourceLocation Token = Lit->getStrTokenLoc(TokNum); in isConcatenatedLiteralsOnPurpose()
H A DStringConstructorCheck.cpp165 const auto *Lit = Result.Nodes.getNodeAs<IntegerLiteral>("int"); in check() local
166 if (Lit->getValue().ugt(Str->getLength())) { in check()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp622 bool watchedByUnitClause(Literal Lit) const { in watchedByUnitClause()
633 assert(Clause.front() == Lit); in watchedByUnitClause()
649 bool isCurrentlyFalse(Literal Lit) const { in isCurrentlyFalse()
651 static_cast<int8_t>(Lit & 1); in isCurrentlyFalse()
655 bool isWatched(Literal Lit) const { in isWatched()
656 return Formula.WatchedHead[Lit] != NullClause; in isWatched()
669 for (Literal Lit = 2; Lit < Formula.WatchedHead.size(); Lit++) { in watchedLiterals() local
670 if (Formula.WatchedHead[Lit] == NullClause) in watchedLiterals()
672 WatchedLiterals.insert(Lit); in watchedLiterals()
698 for (Literal Lit : watchedLiterals()) { in unassignedVarsFormingWatchedLiteralsAreActive() local
[all …]
/llvm-project-15.0.7/libcxxabi/test/configs/
H A Dcmake-bridge.cfg.in6 # This file performs the bridge between the CMake configuration and the Lit
7 # configuration files by setting up the LitConfig object and various Lit
11 # loading the file and then setting up the remaining Lit substitutions.
26 # TODO: This is a non-standard Lit attribute and we should have another way of accessing this.
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr13xx.cpp282 struct Lit { constexpr operator int() const { return 0; } }; in operator int() argument
293 constexpr A<Lit, Lit, Lit> ce = Lit();
294 constexpr int k = ce.f(Lit{});
305 A<Lit, NonConstexprConv, Lit> b = NonConstexprConv();
/llvm-project-15.0.7/libcxx/test/configs/
H A Dcmake-bridge.cfg.in6 # This file performs the bridge between the CMake configuration and the Lit
7 # configuration files by setting up the LitConfig object and various Lit
11 # loading the file and then setting up the remaining Lit substitutions.
/llvm-project-15.0.7/libunwind/test/configs/
H A Dcmake-bridge.cfg.in6 # This file performs the bridge between the CMake configuration and the Lit
7 # configuration files by setting up the LitConfig object and various Lit
11 # loading the file and then setting up the remaining Lit substitutions.
/llvm-project-15.0.7/clang/lib/AST/
H A DOSLog.cpp203 const StringLiteral *Lit = cast<StringLiteral>(StringArg->IgnoreParenCasts()); in computeOSLogBufferLayout() local
204 assert(Lit && (Lit->isOrdinary() || Lit->isUTF8())); in computeOSLogBufferLayout()
205 StringRef Data = Lit->getString(); in computeOSLogBufferLayout()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestPostOrderVisitor.cpp43 bool VisitIntegerLiteral(IntegerLiteral *Lit) { in VisitIntegerLiteral() argument
44 VisitedNodes.push_back(toString(Lit->getValue(), 10, false)); in VisitIntegerLiteral()
/llvm-project-15.0.7/llvm/test/Transforms/LoopRotate/
H A D2009-01-25-SingleEntryPhi.ll5 %struct.Cls = type { i32, i8, [2 x %struct.Cls*], [2 x %struct.Lit*] }
6 %struct.Lit = type { i8 }
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp223 struct Lit { struct
224 constexpr Lit() : n(5) {} in Lit() function
231 const Lit &lit = Lit();
236 const Lit &lit2 = {};
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-not/
H A Dnot-calls-diff-with-crash.txt1 # Lit's diff is out-of-process, so check that "not --crash diff" fails because
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp2806 if (Lit.isInvalid()) { in ParseObjCAtExpression()
2807 return Lit; in ParseObjCAtExpression()
2811 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get()); in ParseObjCAtExpression()
2812 if (Lit.isInvalid()) in ParseObjCAtExpression()
2813 return Lit; in ParseObjCAtExpression()
3348 if (Lit.isInvalid()) in ParseObjCStringLiteral()
3349 return Lit; in ParseObjCStringLiteral()
3373 if (Lit.isInvalid()) { in ParseObjCCharacterLiteral()
3374 return Lit; in ParseObjCCharacterLiteral()
3387 if (Lit.isInvalid()) { in ParseObjCNumericLiteral()
[all …]
/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/
H A Dglobal-value-regex.test13 # Lit was successful. Sanity-check the results with deterministic test order.
H A Dglobal-hex-value-regex.test14 # Lit was successful. Sanity-check the results with deterministic test order.
/llvm-project-15.0.7/libcxx/test/
H A DCMakeLists.txt31 # TODO: Clients using those options should switch to from-scratch Lit configuration files.
86 set(SERIALIZED_LIT_PARAMS "# Lit parameters serialized here for llvm-lit to pick them up\n")
/llvm-project-15.0.7/llvm/utils/lit/
H A DCMakeLists.txt9 # Lit's test suite creates output files next to the sources which makes the
/llvm-project-15.0.7/libunwind/test/
H A DCMakeLists.txt27 set(SERIALIZED_LIT_PARAMS "# Lit parameters serialized here for llvm-lit to pick them up\n")
/llvm-project-15.0.7/flang/test/
H A DCMakeLists.txt2 # for use by Lit, and delegates to LLVM's lit test handlers.
/llvm-project-15.0.7/llvm/utils/release/
H A Dtest-release.sh469 cmake $TestSuiteSrcDir -G "$generator" -DTEST_SUITE_LIT=$Lit \
535 Lit=$SandboxDir/bin/lit
/llvm-project-15.0.7/clang-tools-extra/test/
H A DCMakeLists.txt2 # test trees for use by Lit, and delegates to LLVM's lit test handlers.
/llvm-project-15.0.7/libcxxabi/test/
H A DCMakeLists.txt70 set(SERIALIZED_LIT_PARAMS "# Lit parameters serialized here for llvm-lit to pick them up\n")
/llvm-project-15.0.7/libcxx/docs/
H A DTestingLibcxx.rst20 Please see the `Lit Command Guide`_ for more information about LIT.
68 "base" parameters (via Lit substitutions). These base parameters represent things
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dnone-macho.ll12 ; Lit-pool entries need to produce a "$non_lazy_ptr" version of the symbol.

12