Searched defs:CB (Results 1 - 25 of 105) sorted by relevance

12345

/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt/
H A DAnalysisWrappers.cpp42 CallBase *CB = dyn_cast<CallBase>(UI); variable
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DObjCARCUtil.h34 inline bool hasAttachedCallOpBundle(const CallBase *CB, bool IsRetain) { argument
42 inline bool hasAttachedCallOpBundle(const CallBase *CB) { argument
H A DTypeMetadataUtils.h41 CallBase &CB; member in struct:llvm::DevirtCallSite
H A DMLInlineAdvisor.h73 MLInlineAdvice(MLInlineAdvisor *Advisor, CallBase &CB, argument
H A DObjCARCAnalysisUtils.h170 inline ARCInstKind GetCallSiteClass(const CallBase &CB) { argument
H A DPtrUseVisitor.h297 void visitCallBase(CallBase &CB) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUFixFunctionBitcasts.cpp35 void visitCallBase(CallBase &CB) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp58 void OptimizeReturned::visitCallBase(CallBase &CB) { argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexInclusionStack.cpp69 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, argument
22 getInclusions(bool IsLocal, unsigned n, CXTranslationUnit TU, CXInclusionVisitor CB, CXClientData clientData) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h27 MPIBugReporter(const CheckerBase &CB) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp60 std::unique_ptr<InlineAdvice> ReplayInlineAdvisor::getAdviceImpl(CallBase &CB) { argument
H A DProfileSummaryInfo.cpp358 bool ProfileSummaryInfo::isHotCallSite(const CallBase &CB, argument
364 bool ProfileSummaryInfo::isColdCallSite(const CallBase &CB, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAbstractCallSite.cpp35 getCallbackUses( const CallBase &CB, SmallVectorImpl<const Use *> &CallbackUses) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp44 bool MayAutorelease(const CallBase &CB, unsigned Depth = 0) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAbstractCallSite.h76 CallBase *CB; member in class:llvm::AbstractCallSite
226 forEachCallbackCallSite(const CallBase &CB, UnaryFunction Func) argument
238 forEachCallbackFunction(const CallBase &CB, UnaryFunction Func) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp63 const CFGBlock *CB = BE->getBlock(); local
75 const CFGBlock *CB = *I; local
H A DUnreachableCodeChecker.cpp78 const CFGBlock *CB = BE->getBlock(); local
96 const CFGBlock *CB = *I; local
178 FindUnreachableEntryPoints(const CFGBlock *CB, CFGBlocksSet &reachable, CFGBlocksSet &visited) argument
200 getUnreachableStmt(const CFGBlock *CB) argument
218 isInvalidPath(const CFGBlock *CB, const ParentMap &PM) argument
250 isEmptyCFGBlock(const CFGBlock *CB) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp185 getInlineCost(CallBase &CB) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp80 CallBase *CB = dyn_cast<CallBase>(&I); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp158 void CFGuard::insertCFGuardCheck(CallBase *CB) { argument
182 void CFGuard::insertCFGuardDispatch(CallBase *CB) { argument
264 auto *CB = dyn_cast<CallBase>(&I); local
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_noinst_test.cc235 typedef void (*CB)(uptr p); typedef
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerInternal.h134 UserCallback CB; member in class:fuzzer::Fuzzer
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp75 void visit(llvm::function_ref<void(const NodeType &)> CB, argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp294 CallBase *CB = dyn_cast<CallBase>(&I); local
/netbsd-current/external/bsd/nvi/dist/common/
H A Dcommon.h37 typedef struct _cb CB; typedef in typeref:struct:_cb

Completed in 330 milliseconds

12345