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

12

  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp 100 // Prefix for placeholder global variable name.
101 const char* kPlaceholderPrefix = "placeholder.";
395 // A SPIRV value may be translated to a load instruction of a placeholder
416 // If a value is mapped twice, the existing mapped value is a placeholder,
425 auto Placeholder = dyn_cast<GlobalVariable>(LD->getPointerOperand());
426 assert (LD && Placeholder &&
427 Placeholder->getName().startswith(kPlaceholderPrefix) &&
433 Placeholder->dropAllReferences();
434 Placeholder->removeFromParent();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 362 Placeholder proxy to use when protecting against infinite recursion due to
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 394 Placeholder proxy to use when protecting against infinite recursion due to
    [all...]
  /external/skia/infra/bots/recipe_modules/swarming/
api.py 609 # If we don't already have a Placeholder, wrap the task_output_dir in one
611 if not isinstance(task_output_dir, recipe_util.Placeholder):
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 63 /// The key of this vector is the placeholder constant, the value is the slot
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/minijail/
common.mk 580 # Placeholder for depends
    [all...]
  /external/modp_b64/
common.mk 580 # Placeholder for depends
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go     [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 

Completed in 405 milliseconds

12