HomeSort by relevance Sort by last modified time
    Searched defs:Kind (Results 1 - 25 of 732) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Basic/
AttrKinds.h 11 /// \brief Defines the clang::attr::Kind enum.
23 enum Kind {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
TypeIndex.cpp 21 SimpleTypeKind Kind;
79 if (SimpleTypeName.Kind == TI.getSimpleKind()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCELFStreamer.cpp 27 MCSymbolRefExpr::VariantKind Kind = MCSymbolRefExpr::VK_AVR_NONE;
29 Kind = MCSymbolRefExpr::VK_AVR_DIFF8;
31 Kind = MCSymbolRefExpr::VK_AVR_DIFF32;
33 Kind = MCSymbolRefExpr::VK_AVR_DIFF16;
35 Kind = MCSymbolRefExpr::VK_AVR_LO8;
37 Kind = MCSymbolRefExpr::VK_AVR_HI8;
39 Kind = MCSymbolRefExpr::VK_AVR_HLO8;
40 MCELFStreamer::EmitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiELFObjectWriter.cpp 45 unsigned Kind = static_cast<unsigned>(Fixup.getKind());
46 switch (Kind) {
71 llvm_unreachable("Invalid fixup kind!");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVMCInstLower.cpp 32 RISCVMCExpr::VariantKind Kind;
38 Kind = RISCVMCExpr::VK_RISCV_None;
41 Kind = RISCVMCExpr::VK_RISCV_LO;
44 Kind = RISCVMCExpr::VK_RISCV_HI;
55 if (Kind != RISCVMCExpr::VK_RISCV_None)
56 ME = RISCVMCExpr::create(ME, Kind, Ctx);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BindingKey.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 enum Kind {
34 static BindingKey create(Kind kind, Key key) {
35 return new AutoValue_BindingKey(kind, key);
38 abstract Kind kind(); method in class:BindingKey
  /external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
callable_util.py 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32 kind: One of Kind.RETURNED or Kind.RAISED respectively indicating that the
34 return_value: The value returned by the call. Must be present if kind is
35 Kind.RETURNED.
36 exception: The exception raised by the call. Must be present if kind is
37 Kind.RAISED.
41 class Kind(enum.Enum):
42 """Identifies the general kind of the outcome of some call.""
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 83 dwarf::LocationListEntry Kind;
84 while ((Kind = static_cast<dwarf::LocationListEntry>(
87 if (Kind != dwarf::DW_LLE_start_length_entry) {
88 llvm::errs() << "error: dumping support for LLE of kind " << (int)Kind
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiELFObjectWriter.cpp 46 unsigned Kind = static_cast<unsigned>(Fixup.getKind());
47 switch (Kind) {
72 llvm_unreachable("Invalid fixup kind!");
  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 34 SparcMCExpr::VariantKind Kind =
63 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym,
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 28 static Attribute::AttrKind parseAttrKind(StringRef Kind) {
29 return StringSwitch<Attribute::AttrKind>(Kind)
71 auto Kind = parseAttrKind(KV.second);
72 if (Kind == Attribute::None) {
77 if (F.hasFnAttribute(Kind))
79 F.addFnAttr(Kind);
  /external/skqp/src/sksl/ast/
SkSLASTType.h 19 enum Kind {
24 ASTType(int offset, StringFragment name, Kind kind, std::vector<int> sizes)
27 , fKind(kind)
36 const Kind fKind;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCInstLower.cpp 34 MipsMCSymbolRefExpr::VariantKind Kind;
39 case MipsII::MO_NO_FLAG: Kind = MipsMCSymbolRefExpr::VK_Mips_None; break;
40 case MipsII::MO_GPREL: Kind = MipsMCSymbolRefExpr::VK_Mips_GPREL; break;
41 case MipsII::MO_GOT_CALL: Kind = MipsMCSymbolRefExpr::VK_Mips_GOT_CALL; break;
42 case MipsII::MO_GOT: Kind = MipsMCSymbolRefExpr::VK_Mips_GOT; break;
43 case MipsII::MO_ABS_HI: Kind = MipsMCSymbolRefExpr::VK_Mips_ABS_HI; break;
44 case MipsII::MO_ABS_LO: Kind = MipsMCSymbolRefExpr::VK_Mips_ABS_LO; break;
45 case MipsII::MO_TLSGD: Kind = MipsMCSymbolRefExpr::VK_Mips_TLSGD; break;
46 case MipsII::MO_GOTTPREL: Kind = MipsMCSymbolRefExpr::VK_Mips_GOTTPREL; break;
47 case MipsII::MO_TPREL_HI: Kind = MipsMCSymbolRefExpr::VK_Mips_TPREL_HI; break
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugSubsection.h 22 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {}
27 DebugSubsectionKind kind() const { return Kind; } function in class:llvm::codeview::DebugSubsectionRef
30 DebugSubsectionKind Kind;
35 explicit DebugSubsection(DebugSubsectionKind Kind) : Kind(Kind) {}
40 DebugSubsectionKind kind() const { return Kind; function in class:llvm::codeview::DebugSubsection
    [all...]
SymbolRecordMapping.h 39 Optional<SymbolKind> Kind;
TypeIndexDiscovery.h 22 TiRefKind Kind;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
NativeEnumTypes.h 29 codeview::TypeLeafKind Kind);
40 codeview::TypeLeafKind Kind);
45 codeview::TypeLeafKind Kind;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/
ResourceScriptToken.h 24 // A definition of a single resource script token. Each token has its kind
32 enum class Kind {
40 RCToken(RCToken::Kind RCTokenKind, StringRef Value);
47 Kind kind() const;
53 Kind TokenKind;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCInst.cpp 52 MCExpr::ExprKind Kind = getExpr()->getKind();
53 return Kind == MCExpr::SymbolRef &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2MCInstLower.cpp 25 MCSymbolRefExpr::VariantKind Kind = MCSymbolRefExpr::VK_None;
71 const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, Kind, AP.OutContext);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 34 SparcMCExpr::VariantKind Kind =
63 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 28 static Attribute::AttrKind parseAttrKind(StringRef Kind) {
29 return StringSwitch<Attribute::AttrKind>(Kind)
76 auto Kind = parseAttrKind(KV.second);
77 if (Kind == Attribute::None) {
82 if (F.hasFnAttribute(Kind))
84 F.addFnAttr(Kind);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceScriptToken.h 38 // A definition of a single resource script token. Each token has its kind
46 enum class Kind {
52 RCToken(RCToken::Kind RCTokenKind, StringRef Value);
59 Kind kind() const;
65 Kind TokenKind;
  /art/libartbase/base/
arena_bit_vector.cc 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 // Not tracking allocations, ignore the supplied kind and arbitrarily provide kArenaAllocSTL.
31 explicit ArenaBitVectorAllocatorKindImpl(ArenaAllocKind kind ATTRIBUTE_UNUSED) {}
34 ArenaAllocKind Kind() { return kArenaAllocGrowableBitMap; }
40 explicit ArenaBitVectorAllocatorKindImpl(ArenaAllocKind kind) : kind_(kind) { }
43 ArenaAllocKind Kind() { return kind_; }
55 static ArenaBitVectorAllocator* Create(ArenaAlloc* allocator, ArenaAllocKind kind) {
56 void* storage = allocator->template Alloc<ArenaBitVectorAllocator>(kind);
57 return new (storage) ArenaBitVectorAllocator(allocator, kind);
    [all...]
hiddenapi_stubs.h 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 enum class Kind {
35 static const std::string_view ToString(Kind api) {
37 case Kind::kPublicApi:
39 case Kind::kSystemApi:
41 case Kind::kTestApi:
43 case Kind::kCorePlatformApi:

Completed in 910 milliseconds

1 2 3 4 5 6 7 8 91011>>