Home
last modified time | relevance | path

Searched refs:CCtx (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp65 CompileContext *CCtx = static_cast<CompileContext*>(Ctx); in myCompileCallback() local
66 auto *ET = CCtx->APIExecTest; in myCompileCallback()
67 CCtx->M = ET->createTestModule(ET->TM->getTargetTriple()); in myCompileCallback()
68 CCtx->H = LLVMOrcAddEagerlyCompiledIR(JITStack, wrap(CCtx->M.get()), in myCompileCallback()
70 CCtx->Compiled = true; in myCompileCallback()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp904 using CCtx = CheckerContext; in checkTaintedBufferSize() typedef
905 if (CCtx::isCLibraryFunction(FDecl, "malloc") || in checkTaintedBufferSize()
906 CCtx::isCLibraryFunction(FDecl, "calloc") || in checkTaintedBufferSize()
907 CCtx::isCLibraryFunction(FDecl, "alloca")) in checkTaintedBufferSize()
909 else if (CCtx::isCLibraryFunction(FDecl, "memccpy")) in checkTaintedBufferSize()
911 else if (CCtx::isCLibraryFunction(FDecl, "realloc")) in checkTaintedBufferSize()
913 else if (CCtx::isCLibraryFunction(FDecl, "bcopy")) in checkTaintedBufferSize()
/external/zstd/
DCHANGELOG431 API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}(), ZSTD_setDStreamParameter()