Searched defs:CE (Results 26 - 50 of 156) sorted by relevance

1234567

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp71 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); local
108 Find(CheckerContext &C, const CallExpr *CE, unsigned paramNum) const argument
[all...]
H A DEnumCastOutOfRangeChecker.cpp93 void EnumCastOutOfRangeChecker::checkPreStmt(const CastExpr *CE, argument
H A DDynamicTypeChecker.cpp154 void DynamicTypeChecker::checkPostStmt(const ImplicitCastExpr *CE, argument
H A DAnalysisOrderChecker.cpp61 void checkPreStmt(const CastExpr *CE, CheckerContext &C) const { argument
67 void checkPostStmt(const CastExpr *CE, CheckerContext &C) const { argument
H A DCStringSyntaxChecker.cpp122 bool WalkAST::containsBadStrncatPattern(const CallExpr *CE) { argument
153 containsBadStrlcpyStrlcatPattern(const CallExpr *CE) argument
213 VisitCallExpr(CallExpr *CE) argument
[all...]
H A DObjCContainersChecker.cpp83 void ObjCContainersChecker::checkPostStmt(const CallExpr *CE, argument
106 checkPreStmt(const CallExpr *CE, CheckerContext &C) const argument
[all...]
H A DObjCContainersASTChecker.cpp84 static StringRef getCalleeName(CallExpr *CE) { argument
96 void WalkAST::VisitCallExpr(CallExpr *CE) { argument
[all...]
H A DCheckerDocumentation.cpp229 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; } argument
H A DPointerArithChecker.cpp217 void PointerArithChecker::checkPostStmt(const CallExpr *CE, argument
257 void PointerArithChecker::checkPostStmt(const CastExpr *CE, argument
275 void PointerArithChecker::checkPreStmt(const CastExpr *CE, argument
[all...]
H A DObjCSuperDeallocChecker.cpp200 void ObjCSuperDeallocChecker::diagnoseCallArguments(const CallEvent &CE, argument
H A DVirtualCallChecker.cpp63 static bool isVirtualCall(const CallExpr *CE) { argument
110 const auto *CE = cast<CallExpr>(Call.getOriginExpr()); local
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp58 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); local
/openbsd-current/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h55 CodeEmitter &CE; member in class:llvm::mca::InstructionInfoView
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DCallGraph.cpp55 Decl *getDeclFromCall(CallExpr *CE) { argument
76 void VisitCallExpr(CallExpr *CE) { argument
H A DThreadSafety.cpp125 FactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h143 friend bool matchesAnyAsWritten(const CallExpr &CE, argument
150 friend bool matchesAnyAsWritten(const CallExpr &CE, argument
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DAnyCall.h70 AnyCall(const CallExpr *CE) : E(CE) { argument
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp140 const auto *CE = cast<CallExpr>(Call.getOriginExpr()); local
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp55 bool VisitCallExpr(const CallExpr *CE) { argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp120 const auto *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); local
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp78 static bool replaceConstantExprOp(ConstantExpr *CE, Pass *P) { argument
117 ConstantExpr *CE local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp137 createXCOFFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> &&MAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&CE, bool RelaxAll) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp151 createHexagonELFStreamer(Triple const &TT, MCContext &Context, std::unique_ptr<MCAsmBackend> MAB, std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> CE) argument
/openbsd-current/games/hack/
H A Dhack.termcap.c71 static char *HO, *CL, *CE, *UP, *CM, *ND, *XD, *BC, *SO, *SE, *TI, *TE; variable
/openbsd-current/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c204 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST; local
[all...]

Completed in 198 milliseconds

1234567