Searched refs:ContextRef (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 11658 OpenMPAtomicCompareChecker(Sema &S) : ContextRef(S.getASTContext()) {} in OpenMPAtomicCompareChecker() 11671 ASTContext &ContextRef; member in __anon7e4ded5b4111::OpenMPAtomicCompareChecker 11775 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkCondUpdateStmt() 11777 } else if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getRHS())) { in checkCondUpdateStmt() 11790 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS()) && in checkCondUpdateStmt() 11791 checkIfTwoExprsAreSame(ContextRef, E, Cond->getRHS())) { in checkCondUpdateStmt() 11793 } else if (checkIfTwoExprsAreSame(ContextRef, E, Cond->getLHS()) && in checkCondUpdateStmt() 11794 checkIfTwoExprsAreSame(ContextRef, X, Cond->getRHS())) { in checkCondUpdateStmt() 11849 if (!checkIfTwoExprsAreSame(ContextRef, X, CO->getFalseExpr())) { in checkCondExprStmt() 11870 if (checkIfTwoExprsAreSame(ContextRef, X, Cond->getLHS())) { in checkCondExprStmt() [all …]
|