HomeSort by relevance Sort by last modified time
    Searched refs:pop_back_val (Results 1 - 25 of 552) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/unittests/ADT/
PriorityWorklistTest.cpp 69 EXPECT_EQ(42, W.pop_back_val());
70 EXPECT_EQ(17, W.pop_back_val());
71 EXPECT_EQ(21, W.pop_back_val());
101 EXPECT_EQ(23, W.pop_back_val());
102 EXPECT_EQ(47, W.pop_back_val());
103 EXPECT_EQ(13, W.pop_back_val());
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 116 CI = ConditionalStack.pop_back_val();
  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 55 const CFGBlock *block = worklist.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessorLexer.h 116 CI = ConditionalStack.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessorLexer.h 116 CI = ConditionalStack.pop_back_val();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 80 Instruction *I = Worklist.pop_back_val();
  /external/clang/include/clang/AST/
UnresolvedSet.h 108 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); }
110 void erase(iterator I) { *I.I = decls().pop_back_val(); }
  /external/llvm/include/llvm/ADT/
SparseSet.h 266 ValueT pop_back_val() {
268 return Dense.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
UnresolvedSet.h 109 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); }
111 void erase(iterator I) { *I.I = decls().pop_back_val(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SparseSet.h 266 ValueT pop_back_val() {
268 return Dense.pop_back_val();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
UnresolvedSet.h 109 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); }
111 void erase(iterator I) { *I.I = decls().pop_back_val(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SparseSet.h 266 ValueT pop_back_val() {
268 return Dense.pop_back_val();

Completed in 2173 milliseconds

1 2 3 4 5 6 7 8 91011>>