Searched refs:SymbolID (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h112 using SymbolID = unsigned;
117 const SymbolID Sym;
122 SymbolData(Kind k, SymbolID sym) : SymExpr(k), Sym(sym) {
129 SymbolID getSymbolID() const { return Sym; }
H A DSymbolManager.h45 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r)
83 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx,
132 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r)
171 SymbolExtent(SymbolID sym, const SubRegion *r)
210 SymbolMetadata(SymbolID sym, const MemRegion* r, const Stmt *s, QualType t,
H A DSMTConv.h323 const SymbolID ID, const QualType &Ty,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp459 StringRef SymbolID; local
460 if (getParser().parseIdentifier(SymbolID))
480 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
489 StringRef SymbolID;
490 if (getParser().parseIdentifier(SymbolID))
507 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
519 StringRef SymbolID; local
520 if (getParser().parseIdentifier(SymbolID))
526 MCSymbol *Symbol = getContext().getOrCreateSymbol(SymbolID);
534 StringRef SymbolID; local
549 StringRef SymbolID; local
612 StringRef SymbolID; local
645 StringRef SymbolID; local
[all...]

Completed in 99 milliseconds