Searched defs:Where (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { argument
71 Where = TokenList.insert(Where, T);
74 Where)).second;
77 return Where;
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp73 auto Where = FunctionData.find(FunctionName); local
74 if (Where == FunctionData.end()) {
82 auto &Data = Where->getValue();
/external/chromium_org/tools/cr/cr/
H A Dvisitor.py85 def Where(self): member in class:Visitor
116 self.where = self.Where()
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h562 /// into this MBB right before 'Where'.
565 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { argument
567 if (Where != From)
568 splice(Where, Other, From, std::next(From));
572 /// and insert them into this MBB right before 'Where'.
574 /// The instruction at 'Where' must not be included in the range of
576 void splice(iterator Where, MachineBasicBlock *Other, argument
578 Insts.splice(Where.getInstrIterator(), Other->Insts,
/external/chromium_org/v8/src/
H A Dserialize.h152 // Where the pointed-to object can be found:
153 enum Where { enum in class:v8::internal::SerializerDeserializer
186 // Where to point within the object.

Completed in 3024 milliseconds