Home
last modified time | relevance | path

Searched defs:Then (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/bearssl/T0/
H A DWordBuilder.cs338 internal void Then() in Then() method in WordBuilder
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h91 Then, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp175 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood()
193 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict()
970 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt()
1005 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h89 Then, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1573 CanThrowResult Then = canThrow(IS->getThen()); in canThrow() local
H A DAnalysisBasedWarnings.cpp952 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
H A DSemaOpenMP.cpp11736 auto *Then = S->getThen(); in checkCondUpdateStmt() local
12057 auto *Then = S->getThen(); in checkForm3() local
12200 auto *Then = S2->getThen(); in checkForm45() local
H A DTreeTransform.h1411 SourceLocation RParenLoc, Stmt *Init, Stmt *Then, in RebuildIfStmt()
8320 StmtResult Then; in TransformIfStmt() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1969 const auto *Then = S->getThen(); in coverIfConsteval() local
2029 const auto *Then = S->getThen(); in coverIfConstexpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp869 VPBasicBlock *Then = cast<VPBasicBlock>(getEntry()->getSuccessors()[0]); in cost() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp812 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3409 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
3444 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2()
3453 unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvokeWithOperandBundles()
4310 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1995 const CFGBlock *Then = B->succ_begin()->getReachableBlock(); in isAssertlikeBlock() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3239 Stmt *Then = I->getThen(); in VisitIfStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5669 const Stmt *const Then = Node.getThen(); in AST_MATCHER_P() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1946 const Node *Then; variable