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

  /external/llvm/bindings/go/llvm/
string.go 42 case PointerTypeKind:
43 return "PointerTypeKind"
73 case PointerTypeKind:
ir.go 253 PointerTypeKind TypeKind = C.LLVMPointerTypeKind
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 75 PointerTypeKind,
498 return LinkableMessageKind::PointerTypeKind;
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation.cpp 390 case PointerTypeKind:
abi_diff_helpers.cpp 738 if (kind == abi_util::LinkableMessageKind::PointerTypeKind) {
ir_representation_protobuf.cpp     [all...]

Completed in 843 milliseconds