Home
last modified time | relevance | path

Searched defs:Erase (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d351 template Erase(T, TList...) in Erase() function
353 alias Erase = GenericErase!(T, TList).result; in Erase() local
357 template Erase(alias T, TList...) in Erase() function
359 alias Erase = GenericErase!(T, TList).result; in Erase() local
/netbsd/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dmap.bench.cpp715 struct Erase : Base { struct
718 void run(benchmark::State& State) const { in run()
749 std::string name() const { in name()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp149 void Erase(const T1 *DR, in Erase() function in __anonac683b480211::CheckOverflowOps
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d313 alias Erase = args[1 .. $]; variable
315 alias Erase = AliasSeq!(args[1 .. pos + 1], args[pos + 2 .. $]); variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp458 VectOfInst Erase; in eliminatePredCopies() local
H A DHexagonSubtarget.cpp202 SmallVector<SDep, 4> Erase; in apply() local
H A DHexagonSplitDouble.cpp1153 MISet Erase; in splitPartition() local
H A DHexagonCommonGEP.cpp640 NodeSet Erase; in common() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTMerger.cpp440 bool Erase = false; in RemoveSources() local