HomeSort by relevance Sort by last modified time
    Searched refs:SymbolID (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 98 typedef unsigned SymbolID;
103 const SymbolID Sym;
106 SymbolData(Kind k, SymbolID sym) : SymExpr(k), Sym(sym) {}
111 SymbolID getSymbolID() const { return Sym; }
SymbolManager.h 46 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r)
81 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx,
122 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r)
157 SymbolExtent(SymbolID sym, const SubRegion *r)
192 SymbolMetadata(SymbolID sym, const MemRegion* r, const Stmt *s, QualType t,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 469 StringRef SymbolID;
470 if (getParser().parseIdentifier(SymbolID))
490 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
499 StringRef SymbolID;
500 if (getParser().parseIdentifier(SymbolID))
517 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
529 StringRef SymbolID;
530 if (getParser().parseIdentifier(SymbolID))
536 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
544 StringRef SymbolID;
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 443 StringRef SymbolID;
444 if (getParser().parseIdentifier(SymbolID))
450 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
458 StringRef SymbolID;
459 if (getParser().parseIdentifier(SymbolID))
465 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
473 StringRef SymbolID;
474 if (getParser().parseIdentifier(SymbolID))
480 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
536 StringRef SymbolID;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
COFFAsmParser.cpp 221 StringRef SymbolID;
222 if (getParser().ParseIdentifier(SymbolID))
228 MCSymbol *Symbol = getContext().GetOrCreateSymbol(SymbolID);
254 StringRef SymbolID;
255 if (getParser().ParseIdentifier(SymbolID))
272 MCSymbol *handler = getContext().GetOrCreateSymbol(SymbolID);

Completed in 210 milliseconds