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.cpp167 Stmt::Likelihood Stmt::getLikelihood(const Stmt *Then, const Stmt *Else) { in getLikelihood()
185 Stmt::determineLikelihoodConflict(const Stmt *Then, const Stmt *Else) { in determineLikelihoodConflict()
926 SourceLocation RPL, Stmt *Then, SourceLocation EL, Stmt *Else) in IfStmt()
961 Stmt *Then, SourceLocation EL, Stmt *Else) { in Create()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h90 Then, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1548 CanThrowResult Then = canThrow(IS->getThen()); in canThrow() local
H A DAnalysisBasedWarnings.cpp815 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
H A DSemaOpenMP.cpp11662 auto *Then = S->getThen(); in checkCondUpdateStmt() local
11961 auto *Then = S->getThen(); in checkForm3() local
12094 auto *Then = S2->getThen(); in checkForm45() local
H A DTreeTransform.h1417 SourceLocation RParenLoc, Stmt *Init, Stmt *Then, in RebuildIfStmt()
8027 StmtResult Then; in TransformIfStmt() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1922 const auto *Then = S->getThen(); in coverIfConsteval() local
1982 const auto *Then = S->getThen(); in coverIfConstexpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp811 VPBasicBlock *Then = cast<VPBasicBlock>(getEntry()->getSuccessors()[0]); in cost() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3354 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
3389 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2()
3398 unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvokeWithOperandBundles()
4234 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp790 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2043 const CFGBlock *Then = B->succ_begin()->getReachableBlock(); in isAssertlikeBlock() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3130 Stmt *Then = I->getThen(); in VisitIfStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5623 const Stmt *const Then = Node.getThen(); in AST_MATCHER_P() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1908 const Node *Then; variable