Searched refs:from_value (Results 1 - 6 of 6) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_token_kind.py24 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/
H A Dtest_core.py25 e = enum_cls.from_value(enum_value)
/external/llvm/bindings/python/llvm/
H A Dcore.py50 def from_value(cls, value): member in class:LLVMEnumeration
417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc375 void* from_value = entries_map_.Remove(from, ComputePointerHash(from)); local
376 if (from_value == NULL) {
400 static_cast<int>(reinterpret_cast<intptr_t>(from_value));
411 to_entry->value = from_value;
413 return from_value != NULL;
/external/clang/bindings/python/clang/
H A Dcindex.py492 def from_value(value): member in class:TokenKind
2873 return TokenKind.from_value(conf.lib.clang_getTokenKind(self))
/external/v8/src/s390/
H A Dassembler-s390.h288 static Mask from_value(uint8_t input) {

Completed in 5547 milliseconds