Home
last modified time | relevance | path

Searched defs:If (Results 1 – 19 of 19) sorted by relevance

/openbsd/usr.bin/make/
H A Dcond.c122 struct If { struct
128 static struct If ifs[] = { argument
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp223 MachineBasicBlock *If, MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectCandidateRegisters()
401 Register Reg, MachineBasicBlock *If, MachineBasicBlock *Flow) const { in updateLiveRangeInThenRegion()
500 Register Reg, MachineBasicBlock *If, MachineBasicBlock *Flow, in optimizeLiveRange()
H A DSIAnnotateControlFlow.cpp51 Function *If; member in __anon3e83ae2f0111::SIAnnotateControlFlow
/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp33 if (const auto *If = dyn_cast<IfStmt>(S)) in isSemicolonRequiredAfter() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h109 void VisitIfStmt(PTR(IfStmt) If) { in VisitIfStmt()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() function in PPConditionalDirectiveRecord
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp581 auto *If = IfStmt::Create(C, SourceLocation(), IfStatementKind::Ordinary, in create_dispatch_once() local
690 auto *If = in create_OSAtomicCompareAndSwap() local
H A DCalledOnceCheck.cpp414 if (const auto *If = dyn_cast<IfStmt>(S)) { in getCondition() local
519 std::optional<Clarification> VisitIfStmt(const IfStmt *If) { in VisitIfStmt()
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h51 FalseKW, Field, Foreach, If, In, Include, Int, Let, List, MultiClass, enumerator
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp199 void InclusionRewriter::If(SourceLocation Loc, SourceRange ConditionRange, in If() function in InclusionRewriter
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h358 virtual void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
641 void If(SourceLocation Loc, SourceRange ConditionRange, in If() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp869 bool DiagnoseUnguardedAvailability::TraverseIfStmt(IfStmt *If) { in TraverseIfStmt()
H A DAnalysisBasedWarnings.cpp791 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
H A DSemaDeclCXX.cpp2124 IfStmt *If = cast<IfStmt>(S); in CheckConstexprFunctionStmt() local
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp228 If, enumerator
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp301 void StmtPrinter::PrintRawIfStmt(IfStmt *If) { in PrintRawIfStmt()
354 void StmtPrinter::VisitIfStmt(IfStmt *If) { in VisitIfStmt()
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1705 LLVMValueRef llvm_build_cond_br(LLVMValueRef If, LLVMBasicBlockRef Then, in llvm_build_cond_br()
2222 LLVMValueRef llvm_build_select(LLVMValueRef If, LLVMValueRef Then, in llvm_build_select()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3129 LLVMValueRef LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If, in LLVMBuildCondBr()
3840 LLVMValueRef LLVMBuildSelect(LLVMBuilderRef B, LLVMValueRef If, in LLVMBuildSelect()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2885 void EnqueueVisitor::VisitIfStmt(const IfStmt *If) { in VisitIfStmt()