HomeSort by relevance Sort by last modified time
    Searched refs:SymbolRef (Results 26 - 50 of 66) sorted by null

12 3

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 101 SymbolRef sym = SymMgr.getRegionValueSymbol(region);
127 SymbolRef sym = SymMgr.getConjuredSymbol(expr, LCtx, type, count, symbolTag);
144 SymbolRef sym = SymMgr.getConjuredSymbol(stmt, LCtx, type, visitCount);
158 SymbolRef sym =
168 SValBuilder::getDerivedRegionValueSymbolVal(SymbolRef parentSymbol,
175 SymbolRef sym = SymMgr.getDerivedSymbol(parentSymbol, region);
SimpleSValBuilder.cpp 340 SymbolRef RSym = srhs->getSymbol();
488 SymbolRef Sym = slhs->getSymbol();
525 SymbolRef RSym = srhs->getSymbol();
613 if (SymbolRef rSym = rhs.getAsLocSymbol()) {
661 if (SymbolRef lSym = lhs.getAsLocSymbol())
    [all...]
ProgramState.cpp 237 if (SymbolRef sym = V.getAsSymbol()) {
536 if (SymbolRef Sym = val.getAsSymbol())
615 SymbolRef Sym = getSVal(S, LCtx).getAsSymbol();
633 ProgramStateRef ProgramState::addTaint(SymbolRef Sym,
680 bool ProgramState::isTainted(SymbolRef Sym, TaintTagType Kind) const {
ExprEngineObjC.cpp 116 SymbolRef Sym = SymMgr.getConjuredSymbol(elem, LCtx, T, Count);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 90 object::SymbolRef::Type SymType;
98 bool isCommon = flags & SymbolRef::SF_Common;
106 if (SymType == object::SymbolRef::ST_Function ||
107 SymType == object::SymbolRef::ST_Data) {
121 SymType == object::SymbolRef::ST_Function,
123 bool isGlobal = flags & SymbolRef::SF_Global;
RuntimeDyldImpl.h 75 SymbolRef Symbol;
115 typedef std::map<SymbolRef, unsigned> CommonSymbolMap;
RuntimeDyldMachO.cpp 221 const SymbolRef &Symbol = Rel.Symbol;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 339 typedef llvm::ImmutableMap<SymbolRef, RefVal> RefBindings;
    [all...]
NSErrorChecker.cpp 169 typedef llvm::ImmutableMap<SymbolRef, unsigned> ErrorOutFlag;
186 if (SymbolRef sym = val.getAsSymbol())
195 if (SymbolRef sym = val.getAsSymbol())
StreamChecker.cpp 111 : public ProgramStatePartialTrait<llvm::ImmutableMap<SymbolRef, StreamState> > {
235 if (SymbolRef Sym = RetVal.getAsSymbol()) {
376 SymbolRef Sym =
411 SymbolRef Sym = *I;
433 typedef llvm::ImmutableMap<SymbolRef, StreamState> SymMap;
458 SymbolRef Sym = state->getSVal(RetE, C.getLocationContext()).getAsSymbol();
ObjCSelfInitChecker.cpp 102 typedef llvm::ImmutableMap<SymbolRef, unsigned> SelfFlag;
129 if (SymbolRef sym = val.getAsSymbol())
142 if (SymbolRef sym = val.getAsSymbol())
GenericTaintChecker.cpp 70 static SymbolRef getPointedToSymbol(CheckerContext &C, const Expr *Arg);
356 SymbolRef Sym = getPointedToSymbol(C, Arg);
422 SymbolRef GenericTaintChecker::getPointedToSymbol(CheckerContext &C,
558 SymbolRef Sym = getPointedToSymbol(C, Arg);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 171 typedef llvm::DenseSet<SymbolRef> InvalidatedSymbols;
219 SymbolRef Sym;
224 FindUniqueBinding(SymbolRef sym) : Sym(sym), Binding(0), First(true) {}
SValBuilder.h 190 SymbolRef parentSymbol, const TypedValueRegion *region);
294 Loc makeLoc(SymbolRef sym) {
MemRegion.h 641 const SymbolRef sym;
644 SymbolicRegion(const SymbolRef s, const MemRegion* sreg)
647 SymbolRef getSymbol() const {
658 SymbolRef sym,
    [all...]
ProgramState.h 10 // This file defines SymbolRef, ExprBindKey, and ProgramState*.
245 const llvm::APSInt *getSymVal(SymbolRef sym) const;
299 ProgramStateRef addTaint(SymbolRef S,
310 bool isTainted(SymbolRef Sym, TaintTagType Kind = TaintTagGeneric) const;
593 const llvm::APSInt* getSymVal(ProgramStateRef St, SymbolRef sym) {
659 inline const llvm::APSInt *ProgramState::getSymVal(SymbolRef sym) const {
  /external/llvm/include/llvm/Object/
COFF.h 109 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
116 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
145 SymbolRef &Res) const;
ELF.h 523 error_code getSymbolVersion(SymbolRef Symb, StringRef &Version,
526 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
533 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
568 SymbolRef &Res) const;
720 SymbolRef &Result) const {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 81 typedef llvm::DenseSet<SymbolRef> Symbols;
145 void markInteresting(SymbolRef sym);
149 bool isInteresting(SymbolRef sym) const;
PathDiagnostic.h 45 typedef const SymExpr* SymbolRef;
382 SymbolRef Sym;
386 StackHintGeneratorForSymbol(SymbolRef S, StringRef M) : Sym(S), Msg(M) {}
  /external/llvm/include/llvm/MC/
MCExpr.h 36 SymbolRef, ///< References to labels and assigned expressions.
208 : MCExpr(MCExpr::SymbolRef), Symbol(_Symbol), Kind(_Kind) {
244 return E->getKind() == MCExpr::SymbolRef;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 220 if ((LHS->getKind() != MCExpr::SymbolRef) || !CE)
226 if (Kind != MCExpr::SymbolRef)
  /external/llvm/lib/MC/
MCExpr.cpp 39 case MCExpr::SymbolRef: {
470 case SymbolRef: {
598 case SymbolRef: {
MCObjectStreamer.cpp 79 case MCExpr::SymbolRef:
  /external/llvm/lib/Object/
Object.cpp 138 // SymbolRef accessors
183 SymbolRef ret;

Completed in 105 milliseconds

12 3