Home
last modified time | relevance | path

Searched refs:Substitutions (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DItaniumMangle.cpp264 llvm::DenseMap<uintptr_t, unsigned> Substitutions; member in __anon46c5fa630111::CXXNameMangler
3846 llvm::DenseMap<uintptr_t, unsigned>::iterator I = Substitutions.find(Ptr); in mangleSubstitution()
3847 if (I == Substitutions.end()) in mangleSubstitution()
4010 assert(!Substitutions.count(Ptr) && "Substitution already exists!"); in addSubstitution()
4011 Substitutions[Ptr] = SeqID++; in addSubstitution()
/external/libpng/
Dconfigure.ac188 # Substitutions for .in files
/external/tcpdump/
Daclocal.m4478 # Please read section 11.6 "Shell Substitutions"
561 # Please read section 11.6 "Shell Substitutions"
/external/llvm/docs/
DTestingGuide.rst395 Substitutions section in Regression test structure