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

  /external/clang/bindings/python/tests/cindex/
test_token_kind.py 24 TokenKind.from_value(-1)
34 """Ensure registered values can be obtained from from_value()."""
35 t = TokenKind.from_value(3)
  /external/llvm/bindings/python/llvm/tests/
test_core.py 25 e = enum_cls.from_value(enum_value)
  /external/llvm/bindings/python/llvm/
core.py 50 def from_value(cls, value): member in class:LLVMEnumeration
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MathExtras.h 693 struct from_value { struct in struct:AlignTo
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 685 struct from_value { struct in struct:AlignTo
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 685 struct from_value { struct in struct:AlignTo
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 685 struct from_value { struct in struct:AlignTo
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 685 struct from_value { struct in struct:AlignTo
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 685 struct from_value { struct in struct:AlignTo
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 685 struct from_value { struct in struct:AlignTo
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 685 struct from_value { struct in struct:AlignTo
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MathExtras.h 685 struct from_value { struct in struct:AlignTo
  /external/v8/src/profiler/
heap-snapshot-generator.cc 378 void* from_value = entries_map_.Remove(from, ComputePointerHash(from)); local
379 if (from_value == NULL) {
403 static_cast<int>(reinterpret_cast<intptr_t>(from_value));
414 to_entry->value = from_value;
416 return from_value != NULL;
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 492 def from_value(value): member in class:TokenKind
    [all...]
  /external/v8/src/s390/
assembler-s390.h 289 static Mask from_value(uint8_t input) {
    [all...]

Completed in 649 milliseconds