HomeSort by relevance Sort by last modified time
    Searched refs:Kind (Results 76 - 100 of 885) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/MachO/ARM/
data-in-code.s 29 @ CHECK: Kind: 1
35 @ CHECK: Kind: 4
41 @ CHECK: Kind: 3
47 @ CHECK: Kind: 2
  /art/runtime/
check_reference_map_visitor.h 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
77 case DexRegisterLocation::Kind::kNone:
81 case DexRegisterLocation::Kind::kInStack:
86 case DexRegisterLocation::Kind::kInRegister:
87 case DexRegisterLocation::Kind::kInRegisterHigh:
90 case DexRegisterLocation::Kind::kInFpuRegister:
91 case DexRegisterLocation::Kind::kInFpuRegisterHigh:
95 case DexRegisterLocation::Kind::kConstant:
99 LOG(FATAL) << "Unexpected location kind " << location.GetInternalKind();
stack_map.cc 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30 std::ostream& operator<<(std::ostream& stream, const DexRegisterLocation::Kind& kind) {
31 using Kind = DexRegisterLocation::Kind;
32 switch (kind) {
33 case Kind::kNone:
35 case Kind::kInStack:
37 case Kind::kInRegister:
39 case Kind::kInRegisterHigh
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 30 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
37 LExpr(Opcode Kind) : Kind(Kind) {}
40 Opcode Kind;
52 static bool classof(const LExpr *E) { return E->kind() == LExpr::Terminal; }
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; }
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not;
    [all...]
  /external/clang/include/clang/Basic/
Specifiers.h 39 /// \brief Specifies the kind of type.
109 /// \brief A further classification of the kind of object referenced by an
131 /// \brief Describes the kind of template specialization that a
154 /// \brief Determine whether this template specialization kind refers
157 inline bool isTemplateInstantiation(TemplateSpecializationKind Kind) {
158 return Kind != TSK_Undeclared && Kind != TSK_ExplicitSpecialization;
161 /// \brief True if this template specialization kind is an explicit
165 TemplateSpecializationKind Kind) {
166 switch (Kind) {
    [all...]
  /external/clang/lib/AST/
Comment.cpp 27 case CLASS##Kind: \
33 llvm_unreachable("Unknown comment kind!");
71 case NoCommentKind: llvm_unreachable("comment without a kind");
74 case CLASS##Kind: \
80 llvm_unreachable("Unknown comment kind!");
85 case NoCommentKind: llvm_unreachable("comment without a kind");
88 case CLASS##Kind: \
94 llvm_unreachable("Unknown comment kind!");
133 Kind = OtherKind;
148 Decl::Kind K = CommentDecl->getKind()
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
InjectFieldValidator.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 import javax.tools.Diagnostic.Kind;
42 private Kind privateMemberValidationKind;
43 private Kind staticMemberValidationKind;
46 Kind privateMemberValidationKind, Kind staticMemberValidationKind) {
ResolvedBindings.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
53 * binding was resolved. If {@link #bindingKey()}'s kind is not
54 * {@link BindingKey.Kind#CONTRIBUTION}, this is empty.
61 * binding was resolved. If {@link #bindingKey()}'s kind is not
62 * {@link BindingKey.Kind#MEMBERS_INJECTION}, this is empty.
70 switch (bindingKey().kind()) {
86 switch (bindingKey().kind()) {
102 * {@link BindingKey.Kind#CONTRIBUTION}.
105 checkState(bindingKey().kind().equals(BindingKey.Kind.CONTRIBUTION))
    [all...]
  /external/v8/src/ic/
access-compiler.h 18 static Builtins::Name MissBuiltin(Code::Kind kind) {
19 switch (kind) {
37 PropertyAccessCompiler(Isolate* isolate, Code::Kind kind,
39 : registers_(GetCallingConvention(kind)),
40 kind_(kind),
48 Code::Kind kind() const { return kind_; } function in class:v8::internal::BASE_EMBEDDED
63 static Register* GetCallingConvention(Code::Kind);
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 31 } Kind;
70 : Kind(K), StartLoc(Start), EndLoc(End) {}
88 assert(Kind == Token && "Invalid access!");
92 assert(Kind == Token && "Invalid access!");
98 assert(Kind == Register && "Invalid access!");
103 assert(Kind == Immediate && "Invalid access!");
108 assert(Kind == Memory && "Invalid access!");
112 assert(Kind == Memory && "Invalid access!");
116 assert(Kind == Memory && "Invalid access!");
120 assert(Kind == Memory && "Invalid access!")
    [all...]
  /external/clang/include/clang/Frontend/
FrontendOptions.h 88 /// \brief The kind of input, e.g., C source, AST file, LLVM IR.
89 InputKind Kind;
95 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
96 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
97 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { }
98 FrontendInputFile(llvm::MemoryBuffer *buffer, InputKind Kind,
100 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { }
102 InputKind getKind() const { return Kind; }
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) {
28 switch (Kind) {
30 llvm_unreachable("Unknown fixup kind!");
50 static unsigned getFixupKindNumBytes(unsigned Kind) {
51 switch (Kind) {
53 llvm_unreachable("Unknown fixup kind!");
86 const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const override {
108 if (Kind < FirstTargetFixupKind)
109 return MCAsmBackend::getFixupKindInfo(Kind);
111 assert(unsigned(Kind - FirstTargetFixupKind) < getNumFixupKinds() &
    [all...]
PPCMCExpr.cpp 22 PPCMCExpr::create(VariantKind Kind, const MCExpr *Expr,
24 return new (Ctx) PPCMCExpr(Kind, Expr, isDarwin);
29 switch (Kind) {
30 default: llvm_unreachable("Invalid kind!");
42 switch (Kind) {
43 default: llvm_unreachable("Invalid kind!");
71 switch (Kind) {
89 llvm_unreachable("Invalid kind!");
116 switch (Kind) {
118 llvm_unreachable("Invalid kind!");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 30 ARMCP::ARMCPKind kind,
34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind),
39 ARMCP::ARMCPKind kind,
44 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier),
75 if (ACPV->Kind == Kind &&
82 if (Kind == ARMCP::CPValue || Kind == ARMCP::CPExtSymbol
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 34 enum { None, EarlyClobber, Tied } Kind;
37 ConstraintInfo() : Kind(None) {}
41 I.Kind = EarlyClobber;
48 I.Kind = Tied;
53 bool isNone() const { return Kind == None; }
54 bool isEarlyClobber() const { return Kind == EarlyClobber; }
55 bool isTied() const { return Kind == Tied; }
317 } Kind;
319 ResultOperand(std::string N, Record *r) : Name(N), R(r), Kind(K_Record) {}
320 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {
    [all...]
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 30 PseudoSourceValue::PseudoSourceValue(PSVKind Kind) : Kind(Kind) {}
35 O << PSVNames[Kind];
78 CallEntryPseudoSourceValue::CallEntryPseudoSourceValue(PSVKind Kind)
79 : PseudoSourceValue(Kind) {}
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 50 CounterKind Kind;
53 Counter(CounterKind Kind, unsigned ID) : Kind(Kind), ID(ID) {}
56 Counter() : Kind(Zero), ID(0) {}
58 CounterKind getKind() const { return Kind; }
60 bool isZero() const { return Kind == Zero; }
62 bool isExpression() const { return Kind == Expression; }
69 return LHS.Kind == RHS.Kind && LHS.ID == RHS.ID
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 32 /// \brief Kind identifier.
37 enum Kind {
43 ArgKind(Kind K) : K(K) { assert(K != AK_Matcher); }
49 Kind getArgKind() const { return K; }
73 Kind K;
130 virtual bool isConvertibleTo(ast_type_traits::ASTNodeKind Kind,
181 /// \brief Determines if the contained matcher can be converted to \p Kind.
183 /// \param Kind the requested destination type.
187 bool isConvertibleTo(ast_type_traits::ASTNodeKind Kind,
190 return Value->isConvertibleTo(Kind, Specificity)
    [all...]
  /external/clang/include/clang/Sema/
Designator.h 43 DesignatorKind Kind;
69 DesignatorKind getKind() const { return Kind; }
70 bool isFieldDesignator() const { return Kind == FieldDesignator; }
71 bool isArrayDesignator() const { return Kind == ArrayDesignator; }
72 bool isArrayRangeDesignator() const { return Kind == ArrayRangeDesignator; }
129 D.Kind = FieldDesignator;
139 D.Kind = ArrayDesignator;
151 D.Kind = ArrayRangeDesignator;
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 49 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
52 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
56 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
98 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
102 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
106 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
137 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
141 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
  /external/llvm/include/llvm/Object/
ArchiveWriter.h 44 bool WriteSymtab, object::Archive::Kind Kind, bool Deterministic,
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 41 MCSymbolRefExpr::VariantKind Kind) const;
45 MCSymbolRefExpr::VariantKind Kind) const;
  /external/skia/src/animator/
SkDisplayEvent.h 22 enum Kind {
51 Kind kind; member in class:SkDisplayEvent
  /external/v8/src/crankshaft/
lithium-allocator-inl.h 47 if (range->Kind() == DOUBLE_REGISTERS) {
50 DCHECK(range->Kind() == GENERAL_REGISTERS);
  /external/clang/include/clang/AST/
ASTDiagnostic.h 37 DiagnosticsEngine::ArgumentKind Kind,

Completed in 1840 milliseconds

1 2 34 5 6 7 8 91011>>