Lines Matching refs:Name
91 bool checkSystemCall(const CallExpr *CE, StringRef Name,
145 StringRef Name,
200 StringRef Name,
205 // Check for exact name match for functions without builtin substitutes.
206 TaintPropagationRule Rule = llvm::StringSwitch<TaintPropagationRule>(Name)
299 StringRef Name = C.getCalleeName(FDecl);
300 if (Name.empty())
305 TaintPropagationRule::getTaintPropagationRule(FDecl, Name, C);
315 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name)
371 // Set the evaluation function by switching on the callee name.
376 StringRef Name = C.getCalleeName(FDecl);
377 if (Name.empty())
379 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name)
413 StringRef Name = C.getCalleeName(FDecl);
414 if (Name.empty())
417 if (checkSystemCall(CE, Name, C))
668 StringRef Name,
673 unsigned ArgNum = llvm::StringSwitch<unsigned>(Name)