Home
last modified time | relevance | path

Searched refs:While (Results 1 – 25 of 232) sorted by relevance

12345678910

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp106 BasicBlock *While = in getStrlenWithNull() local
117 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
120 Builder.SetInsertPoint(While); in getStrlenWithNull()
125 PtrPhi->addIncoming(PtrNext, While); in getStrlenWithNull()
130 Builder.CreateCondBr(Cmp, WhileDone, While); in getStrlenWithNull()
/llvm-project-15.0.7/clang/test/Modules/
H A Depic-fail.m7 // CHECK: While building module 'Module' imported from
11 // CHECK: While building module 'DependsOnModule' imported from
H A Dincomplete-umbrella.m9 // CHECK: While building module 'Foo' imported from {{.*[/\]}}incomplete-umbrella.m:4:
12 // CHECK: While building module 'Foo' imported from {{.*[/\]}}incomplete-umbrella.m:4:
H A Dbuild-fail-notes.m6 // CHECK: While building module 'DependsOnModule' imported from
7 // CHECK: While building module 'Module' imported from
H A Dsystem-out-of-date-test.m16 // CHECK: While building module 'Z' imported from
H A Dcrashes.m10 // While iterating through the macros it would dereference a null pointer if the macro was undefine…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/
H A Dno-int-to-ptr.rst8 While casting an (integral) pointer to an integer is obvious - you just get
10 is deceivingly different. While you will get a pointer with that integral value,
18 While that may be the intention, it is not always so. For example,
/llvm-project-15.0.7/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto71 message While { message
80 While while_loop = 3;
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp35 if (const auto *While = dyn_cast<WhileStmt>(S)) in isSemicolonRequiredAfter() local
36 return isSemicolonRequiredAfter(While->getBody()); in isSemicolonRequiredAfter()
/llvm-project-15.0.7/mlir/test/Dialect/Async/
H A Dasync-parallel-for-async-dispatch.mlir44 // While loop `before` block decides if we need to dispatch more tasks.
49 // While loop `after` block splits the range in half and submits async task
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp171 if (const auto *While = dyn_cast<WhileStmt>(LoopStmt)) { in check() local
172 if (const VarDecl *LoopVarDecl = While->getConditionVariable()) { in check()
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/
H A Dmemoryflags-stringtable.rc24 // While the same flag on a new bundle does have effect.
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddebug-info-static-member.ll140 ; While we're here, a normal member has data_member_location and
190 ; While we're here, a normal member has data_member_location and
231 ; While we're here, a normal member does not have a linkage name, constant
260 ; While we're here, a normal member does not have a linkage name, constant
/llvm-project-15.0.7/llvm/test/Analysis/RegionInfo/
H A Doutgoing_edge_1.ll4 ; While working on improvements to region info analysis, this test
H A Dbad_node_traversal.ll4 ; While working on improvements to the region info analysis, this test
H A Doutgoing_edge.ll4 ; While working on improvements to the region info analysis, this test
/llvm-project-15.0.7/libcxx/cmake/caches/
H A DREADME.md7 While we won't explicitly work to break configurations not listed here, any
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-function-recovery-crash.cpp95 TEST_EVALUATE(While, while (!!){}); // expected-error + {{}}
/llvm-project-15.0.7/llvm/test/Analysis/GlobalsModRef/
H A Daliastest.ll4 ; Note that this test relies on an unsafe feature of GlobalsModRef. While this
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dthinlto-backend-option.ll4 ; being parsed. While it's more important that the existing options are parsed
/llvm-project-15.0.7/llvm/test/Feature/OperandBundles/
H A Dadce.ll3 ; While it is normally okay to DCE out calls to @readonly_function and
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmicromips-atomic1.ll5 ; While emitting assembly files directly when in microMIPS mode, it is possible to emit a mips32r2
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DREADME.md9 While gtest is great, featureful and time tested, it uses the C and C++
/llvm-project-15.0.7/bolt/docs/
H A DRuntimeLibrary.md20 While this requires us to make our own syscalls, it does simplify our linker a lot, which is very l…
33 While RewriteInstance::emitAndLink() will perform an initial link step to resolve all references of…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtailcallpic3.ll3 ; While many of these could be tail called, we don't do it because it forces

12345678910