Searched defs:CE (Results 1 - 25 of 156) sorted by relevance

1234567

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp51 auto *CE = dyn_cast<ConstantExpr>(C); local
H A DGlobalStatus.cpp73 const ConstantExpr *CE = dyn_cast<ConstantExpr>(C); local
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCDXContainerStreamer.cpp22 createDXContainerStreamer( MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&CE, bool RelaxAll) argument
H A DMCSPIRVStreamer.cpp35 createSPIRVStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&CE, bool RelaxAll) argument
/openbsd-current/gnu/llvm/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp18 void MainCallChecker::checkPreStmt(const CallExpr *CE, argument
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.h35 void checkPreCall(const CallEvent &CE, CheckerContext &Ctx) const { argument
H A DMPIBugReporter.cpp69 reportUnmatchedWait( const CallEvent &CE, const clang::ento::MemRegion *const RequestRegion, const ExplodedNode *const ExplNode, BugReporter &BReporter) const argument
H A DMPIChecker.cpp146 allRegionsUsedByWait( llvm::SmallVector<const MemRegion *, 2> &ReqRegions, const MemRegion *const MR, const CallEvent &CE, CheckerContext &Ctx) const argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/MCA/
H A DCodeEmitter.h54 CodeEmitter(const MCSubtargetInfo &ST, const MCAsmBackend &AB, const MCCodeEmitter &CE, ArrayRef<MCInst> S) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.h52 auto *CE = dyn_cast<ConstantExpr>(CV); local
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h115 SmallVector<Stmt *, 8> getStmtChildren(CXXOperatorCallExpr *CE) { argument
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DCFGStmtMap.cpp52 const CFGElement &CE = *I; local
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp40 void NoReturnFunctionChecker::checkPostCall(const CallEvent &CE, argument
H A DMacOSXAPIChecker.cpp65 void MacOSXAPIChecker::CheckDispatchOnce(CheckerContext &C, const CallExpr *CE, argument
153 void MacOSXAPIChecker::checkPreStmt(const CallExpr *CE, argument
[all...]
H A DBuiltinFunctionChecker.cpp41 const Expr *CE = Call.getOriginExpr(); local
H A DCastToStructChecker.cpp39 bool CastToStructVisitor::VisitCastExpr(const CastExpr *CE) { argument
H A DCastSizeChecker.cpp89 void CastSizeChecker::checkPreStmt(const CastExpr *CE,CheckerContext &C) const { argument
H A DDebugIteratorModeling.cpp69 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); local
82 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, argument
102 analyzerIteratorPosition(const CallExpr *CE, CheckerContext &C) const argument
110 analyzerIteratorContainer(const CallExpr *CE, CheckerContext &C) const argument
118 analyzerIteratorValidity(const CallExpr *CE, CheckerContext &C) const argument
[all...]
H A DDebugContainerModeling.cpp66 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); local
79 void DebugContainerModeling::analyzerContainerDataField(const CallExpr *CE, argument
119 analyzerContainerBegin(const CallExpr *CE, CheckerContext &C) const argument
126 analyzerContainerEnd(const CallExpr *CE, CheckerContext &C) const argument
[all...]
H A DAnalyzerStatsChecker.cpp119 const CoreEngine &CE = Eng.getCoreEngine(); local
126 const CFGElement &CE = Exit->front(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp44 createAVRELFStreamer(Triple const &TT, MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> CE) argument
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DReplaceConstant.cpp22 void convertConstantExprsToInstructions(Instruction *I, ConstantExpr *CE, argument
96 collectConstantExprPaths( Instruction *I, ConstantExpr *CE, std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp41 auto CE = CM.getCoverageForExpansion(Expansion); local
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp63 bool ByteCodeExprGen<Emitter>::VisitCastExpr(const CastExpr *CE) { argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp24 X86WinCOFFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> AB, std::unique_ptr<MCCodeEmitter> CE, std::unique_ptr<MCObjectWriter> OW) argument
69 createX86WinCOFFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> &&AB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&CE, bool RelaxAll, bool IncrementalLinkerCompatible) argument

Completed in 237 milliseconds

1234567