Searched refs:ContextRef (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 34 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument 39 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext() 57 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() argument 61 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2() 77 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument 80 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext() 104 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2() argument 107 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2()
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | BitReader.h | 48 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, 52 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, 60 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, 71 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
|
H A D | IRReader.h | 38 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
|
/freebsd/contrib/llvm-project/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 112 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument 119 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 11591 OpenMPAtomicCompareChecker(Sema &S) : ContextRef(S.getASTContext()) {} in OpenMPAtomicCompareChecker() 11604 ASTContext &ContextRef; member in __anon1dd12e444411::OpenMPAtomicCompareChecker 11708 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkCondUpdateStmt() 11710 } else if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getRHS())) { in checkCondUpdateStmt() 11723 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS()) && in checkCondUpdateStmt() 11724 checkIfTwoExprsAreSame(ContextRef, E, Cond->getRHS())) { in checkCondUpdateStmt() 11726 } else if (checkIfTwoExprsAreSame(ContextRef, E, Cond->getLHS()) && in checkCondUpdateStmt() 11727 checkIfTwoExprsAreSame(ContextRef, X, Cond->getRHS())) { in checkCondUpdateStmt() 11782 if (!checkIfTwoExprsAreSame(ContextRef, X, CO->getFalseExpr())) { in checkCondExprStmt() 11803 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkCondExprStmt() [all …]
|