Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DItaniumMangle.cpp266 llvm::DenseMap<uintptr_t, unsigned> Substitutions; member in __anon5aa6b61e0111::CXXNameMangler
3669 llvm::DenseMap<uintptr_t, unsigned>::iterator I = Substitutions.find(Ptr); in mangleSubstitution()
3670 if (I == Substitutions.end()) in mangleSubstitution()
3833 assert(!Substitutions.count(Ptr) && "Substitution already exists!"); in addSubstitution()
3834 Substitutions[Ptr] = SeqID++; in addSubstitution()
/external/libpng/
Dconfigure.ac188 # Substitutions for .in files
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm908 ; Substitutions that reduce instruction size but are functionally equivalent
/external/tcpdump/
Daclocal.m4474 # Please read section 11.6 "Shell Substitutions"
547 # Please read section 11.6 "Shell Substitutions"
/external/llvm/docs/
DTestingGuide.rst391 Substitutions section in Regression test structure