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

  /external/chromium/googleurl/src/
url_canon.h 654 sources_.username = Placeholder();
665 sources_.password = Placeholder();
676 sources_.host = Placeholder();
687 sources_.port = Placeholder();
698 sources_.path = Placeholder();
709 sources_.query = Placeholder();
720 sources_.ref = Placeholder();
731 // Returns a pointer to a static empty string that is used as a placeholder
733 const CHAR* Placeholder() {
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 170 CodeCompletionString::Chunk::CreatePlaceholder(const char *Placeholder) {
171 return Chunk(CK_Placeholder, Placeholder);
358 void CodeCompletionBuilder::AddPlaceholderChunk(const char *Placeholder) {
359 Chunks.push_back(Chunk::CreatePlaceholder(Placeholder));
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 223 // Get the placeholder value from the generated object since
225 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress
229 int64_t RealOffset = *Placeholder + Value + Addend - FinalAddress;
245 // Get the placeholder value from the generated object since
247 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress
250 *Target = *Placeholder + Value + Addend;
254 // Get the placeholder value from the generated object since
256 uint32_t *Placeholder = reinterpret_cast<uint32_t*>(Section.ObjAddress
260 uint32_t RealOffset = *Placeholder + Value + Addend - FinalAddress;
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 345 /// \brief A string that acts as a placeholder for, e.g., a function
418 /// \brief Create a new placeholder chunk.
419 static Chunk CreatePlaceholder(const char *Placeholder);
615 /// \brief Add a new placeholder chunk.
616 void AddPlaceholderChunk(const char *Placeholder);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 196 /// as a placeholder for the actual definition for forward constants defs.
268 // Create and return a placeholder, which will later be RAUW'd.
286 // Create and return a placeholder, which will later be RAUW'd.
298 /// a placeholder.
308 Constant *Placeholder = ResolveConstants.back().first;
311 // Loop over all users of the placeholder, updating them to reference the
312 // new value. If they reference more than one placeholder, update them all
314 while (!Placeholder->use_empty()) {
315 Value::use_iterator UI = Placeholder->use_begin();
325 // Otherwise, we have a constant that uses the placeholder. Replace tha
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 212 /// as a placeholder for the actual definition for forward constants defs.
285 // Create and return a placeholder, which will later be RAUW'd.
303 // Create and return a placeholder, which will later be RAUW'd.
315 /// a placeholder.
325 Constant *Placeholder = ResolveConstants.back().first;
328 // Loop over all users of the placeholder, updating them to reference the
329 // new value. If they reference more than one placeholder, update them all
331 while (!Placeholder->use_empty()) {
332 Value::use_iterator UI = Placeholder->use_begin();
342 // Otherwise, we have a constant that uses the placeholder. Replace tha
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 492 /// as a placeholder for the actual definition for forward constants defs.
565 // Create and return a placeholder, which will later be RAUW'd.
583 // Create and return a placeholder, which will later be RAUW'd.
595 /// a placeholder.
605 Constant *Placeholder = ResolveConstants.back().first;
608 // Loop over all users of the placeholder, updating them to reference the
609 // new value. If they reference more than one placeholder, update them all
611 while (!Placeholder->use_empty()) {
612 Value::use_iterator UI = Placeholder->use_begin();
622 // Otherwise, we have a constant that uses the placeholder. Replace tha
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 210 milliseconds