Home
last modified time | relevance | path

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

/freebsd-src/contrib/bearssl/T0/
H A DWordBuilder.cs338 internal void Then() in Then() method in WordBuilder
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h91 Then, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp166 getLikelihood(const Stmt * Then,const Stmt * Else) getLikelihood() argument
184 determineLikelihoodConflict(const Stmt * Then,const Stmt * Else) determineLikelihoodConflict() argument
925 IfStmt(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) IfStmt() argument
960 Create(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) Create() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h90 Then, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1563 CanThrowResult Then = canThrow(IS->getThen()); canThrow() local
H A DAnalysisBasedWarnings.cpp815 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit() argument
H A DSemaOpenMP.cpp11997 auto *Then = S->getThen(); checkCondUpdateStmt() local
12296 auto *Then = S->getThen(); checkForm3() local
12429 auto *Then = S2->getThen(); checkForm45() local
[all...]
H A DTreeTransform.h1396 RebuildIfStmt(SourceLocation IfLoc,IfStatementKind Kind,SourceLocation LParenLoc,Sema::ConditionResult Cond,SourceLocation RParenLoc,Stmt * Init,Stmt * Then,SourceLocation ElseLoc,Stmt * Else) RebuildIfStmt() argument
7743 StmtResult Then; TransformIfStmt() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1787 const auto *Then = S->getThen(); coverIfConsteval() local
1847 const auto *Then = S->getThen(); coverIfConstexpr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3160 LLVMBuildCondBr(LLVMBuilderRef B,LLVMValueRef If,LLVMBasicBlockRef Then,LLVMBasicBlockRef Else) LLVMBuildCondBr() argument
3176 LLVMBuildInvoke2(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMBasicBlockRef Then,LLVMBasicBlockRef Catch,const char * Name) LLVMBuildInvoke2() argument
3185 LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMBasicBlockRef Then,LLVMBasicBlockRef Catch,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildInvokeWithOperandBundles() argument
4000 LLVMBuildSelect(LLVMBuilderRef B,LLVMValueRef If,LLVMValueRef Then,LLVMValueRef Else,const char * Name) LLVMBuildSelect() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp790 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2039 const CFGBlock *Then = B->succ_begin()->getReachableBlock(); isAssertlikeBlock() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3133 Stmt *Then = I->getThen(); VisitIfStmt() local
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5599 const Stmt *const Then = Node.getThen(); AST_MATCHER_P() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1909 const Node *Then; global() variable