HomeSort by relevance Sort by last modified time
    Searched refs:evalCall (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 27 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
32 bool BuiltinFunctionChecker::evalCall(const CallExpr *CE,
ChrootChecker.cpp 55 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
65 bool ChrootChecker::evalCall(const CallExpr *CE, CheckerContext &C) const {
CheckerDocumentation.cpp 212 bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; }
ExprInspectionChecker.cpp 38 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
45 bool ExprInspectionChecker::evalCall(const CallExpr *CE,
48 // (globals should not be invalidated, etc), hence the use of evalCall.
StreamChecker.cpp 76 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
108 bool StreamChecker::evalCall(const CallExpr *CE, CheckerContext &C) const {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 487 evalCall(dstCallEvaluated, *I, *CallTemplate);
498 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
exec.go 536 return s.evalCall(dot, function, cmd, name, args, final)
558 return s.evalCall(dot, method, node, fieldName, args, final)
613 // evalCall executes a function or method call. If it's a method, fun already has the receiver bound, so
616 func (s *state) evalCall(dot, fun reflect.Value, node parse.Node, name string, args []parse.Node, final reflect.Value) reflect.Value {
  /prebuilts/go/linux-x86/src/text/template/
exec.go 536 return s.evalCall(dot, function, cmd, name, args, final)
558 return s.evalCall(dot, method, node, fieldName, args, final)
613 // evalCall executes a function or method call. If it's a method, fun already has the receiver bound, so
616 func (s *state) evalCall(dot, fun reflect.Value, node parse.Node, name string, args []parse.Node, final reflect.Value) reflect.Value {
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 467 return ((const CHECKER *)checker)->evalCall(CE, C);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 554 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 462 return ((const CHECKER *)checker)->evalCall(CE, C);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 570 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 462 return ((const CHECKER *)checker)->evalCall(CE, C);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 570 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 462 return ((const CHECKER *)checker)->evalCall(CE, C);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 570 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 462 return ((const CHECKER *)checker)->evalCall(CE, C);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 570 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 462 return ((const CHECKER *)checker)->evalCall(CE, C);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 570 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 462 return ((const CHECKER *)checker)->evalCall(CE, C);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 570 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 462 return ((const CHECKER *)checker)->evalCall(CE, C);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 570 void evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Checker.h 462 return ((const CHECKER *)checker)->evalCall(CE, C);

Completed in 276 milliseconds

1 2