Home
last modified time | relevance | path

Searched defs:While (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp36 if (const auto *While = dyn_cast<WhileStmt>(S)) in isSemicolonRequiredAfter() local
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto71 message While { message
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp106 BasicBlock *While = in getStrlenWithNull() local
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp550 std::optional<Clarification> VisitWhileStmt(const WhileStmt *While) { in VisitWhileStmt()