Home
last modified time | relevance | path

Searched refs:from_value (Results 1 – 7 of 7) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_token_kind.py24 TokenKind.from_value(-1)
35 t = TokenKind.from_value(3)
/external/llvm/bindings/python/llvm/tests/
Dtest_core.py25 e = enum_cls.from_value(enum_value)
/external/llvm/bindings/python/llvm/
Dcore.py50 def from_value(cls, value): member in LLVMEnumeration
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
/external/v8/src/profiler/
Dheap-snapshot-generator.cc378 void* from_value = entries_map_.Remove(from, ComputePointerHash(from)); in MoveObject() local
379 if (from_value == NULL) { in MoveObject()
403 static_cast<int>(reinterpret_cast<intptr_t>(from_value)); in MoveObject()
414 to_entry->value = from_value; in MoveObject()
416 return from_value != NULL; in MoveObject()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h693 struct from_value {
/external/clang/bindings/python/clang/
Dcindex.py492 def from_value(value): member in TokenKind
2873 return TokenKind.from_value(conf.lib.clang_getTokenKind(self))
/external/v8/src/s390/
Dassembler-s390.h289 static Mask from_value(uint8_t input) { in from_value() function