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

  /external/clang/lib/Lex/
Pragma.cpp 676 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) {
677 InsertNS = Existing->getIfNamespace();
704 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace);
705 assert(Existing && "Namespace containing handler does not exist!");
707 NS = Existing->getIfNamespace();
    [all...]
  /external/chromium/base/
observer_list_unittest.cc 327 TEST(ObserverListTest, Existing) {
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 665 /// node already exists, in which case transfer all its users to the existing
674 SDNode *Existing = CSEMap.GetOrInsertNode(N);
675 if (Existing != N) {
676 // If there was already an existing matching node, use ReplaceAllUsesWith
677 // to replace the dead one with the existing one. This can cause
679 ReplaceAllUsesWith(N, Existing, UpdateListener);
683 UpdateListener->NodeDeleted(N, Existing);
    [all...]
  /external/bison/tests/
testsuite 421 110;existing.at:26;GNU AWK Grammar;;
422 111;existing.at:364;GNU Cim Grammar;;
423 112;existing.at:980;GNU pic Grammar;;
    [all...]

Completed in 265 milliseconds