HomeSort by relevance Sort by last modified time
    Searched defs:Kind (Results 251 - 275 of 300) sorted by null

<<1112

  /external/clang/lib/Parse/
ParseDecl.cpp 275 AttributeList::Kind AttrKind =
338 AttributeList::Kind AttrKind =
432 AccessorKind Kind;
436 Kind = AK_Get;
438 Kind = AK_Put;
444 Kind = AK_Put;
446 // Handle the mistake of forgetting the accessor kind by skipping
454 // Otherwise, complain about the unknown accessor kind.
458 Kind = AK_Invalid;
481 if (Kind == AK_Invalid)
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 177 Optional<NSAPI::NSNumberLiteralMethodKind> Kind =
180 if (!Kind) {
189 if (S.NSNumberLiteralMethods[*Kind])
190 return S.NSNumberLiteralMethods[*Kind];
192 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind,
254 S.NSNumberLiteralMethods[*Kind] = Method;
265 // to use to determine the Objective-c literal kind.
347 InitializationKind Kind
350 InitializationSequence Seq(S, Entity, Kind, Element);
352 return Seq.Perform(S, Entity, Kind, Element)
    [all...]
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp 312 // Check to see if the type is a smart pointer of some kind. We assume
    [all...]
SemaExprCXX.cpp 362 llvm_unreachable("unknown nested name specifier kind");
564 Sema::ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind) {
565 assert((Kind == tok::kw_true || Kind == tok::kw_false) &&
568 CXXBoolLiteralExpr(Kind == tok::kw_true, Context.BoolTy, OpLoc);
    [all...]
SemaInit.cpp 120 llvm_unreachable("missed a StringLiteral kind?");
210 /// handle the initialization of a certain kind of entity, e.g.,
346 InitializationKind Kind = InitializationKind::CreateValue(Loc, Loc, Loc,
373 Kind = InitializationKind::CreateCopy(Loc, Loc);
379 InitializationSequence InitSeq(SemaRef, Entity, Kind, SubInit);
390 .BestViableFunction(SemaRef, Kind.getLocation(), Best);
431 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit);
444 : InitSeq.Perform(SemaRef, Entity, Kind, SubInit);
    [all...]
SemaTemplate.cpp 476 assert(Kind == Template &&
581 // A default template-argument may be specified for any kind of
709 // A default template-argument may be specified for any kind of
777 // A default template-argument may be specified for any kind of
    [all...]
SemaType.cpp 56 D.getTypeObject(0).Kind == DeclaratorChunk::Function)
319 switch (fnChunk.Kind) {
336 switch (blockChunk.Kind) {
348 llvm_unreachable("bad declarator chunk kind");
354 llvm_unreachable("bad declarator chunk kind");
377 switch (chunk.Kind) {
434 switch (chunk.Kind) {
493 switch (chunk.Kind) {
525 if (chunk.Kind != DeclaratorChunk::Function) continue;
3445 AttributedType::Kind kind = TL.getAttrKind(); local
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 482 StringLiteral::StringKind kind = local
488 E->setString(Reader.getContext(), Str.str(), kind, isPascal);
539 Node::Kind Kind = static_cast<Node::Kind>(Record[Idx++]);
542 switch (Kind) {
629 E->Kind = Record[Idx++];
    [all...]
ASTReaderDecl.cpp 119 Decl::Kind DeclKind;
125 Decl::Kind DeclKind)
152 /// declaration of a specific kind and name, along with the ability
    [all...]
  /external/llvm/lib/AsmParser/
LLToken.h 19 enum Kind {
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 337 } Kind;
341 : MCParsedAsmOperand(), Kind(K), AsmParser(Parser) {}
358 RegKind Kind; /// Bitfield of the kinds it could possibly be
389 Op->RegIdx.Kind = RegKind;
399 assert(isRegIdx() && (RegIdx.Kind & RegKind_GPR) && "Invalid access!");
408 assert(isRegIdx() && (RegIdx.Kind & RegKind_GPR) && "Invalid access!");
417 assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!");
427 assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!");
435 assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!");
443 assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!")
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
LoopStrengthReduce.cpp 52 // use kind.
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
SLPVectorizer.cpp 219 unsigned Kind = Metadata[i].first;
224 MDNode *IMD = I->getMetadata(Kind);
226 switch (Kind) {
238 I->setMetadata(Kind, MD);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 157 /// the same selector and is of the same kind (class or instance).
427 /// the same selector and is of the same kind (class or instance).
438 /// the same selector and is of the same kind (class or instance).
492 static bool classofKind(Kind K) { return K == ObjCMethod; }
518 ObjCContainerDecl(Kind DK, DeclContext *DC,
626 static bool classofKind(Kind K) {
    [all...]
Stmt.h 178 unsigned Kind : 2;
202 unsigned Kind : 2;
222 unsigned Kind : 6;
278 /// \brief The kind of type trait, which is a value of a TypeTrait enumerator.
279 unsigned Kind : 8;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 731 // First, convert to the correct width so that we control the kind of
    [all...]
TargetInfo.cpp 89 OS << "(ABIArgInfo Kind=";
818 BuiltinType::Kind K = BT->getKind();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 77 enum Kind {
107 /// See the RefVal::Kind enum for possible values.
110 /// The kind of object being tracked (CF or ObjC), if known.
126 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t,
130 assert(getKind() == k && "not enough bits for the kind");
131 assert(getObjKind() == o && "not enough bits for the object kind");
135 Kind getKind() const { return static_cast<Kind>(RawKind); }
215 RefVal operator^(Kind k) const {
256 default: llvm_unreachable("Invalid RefVal kind");
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 366 enum CXCommentKind Kind = clang_Comment_getKind(Comment);
373 switch (Kind) {
525 if (Kind != CXComment_Null) {
644 if (clang_isInvalid(Cursor.kind)) {
645 CXString ks = clang_getCursorKindSpelling(Cursor.kind);
667 ks = clang_getCursorKindSpelling(Cursor.kind);
772 if (Cursor.kind == CXCursor_IBOutletCollectionAttr) {
775 CXString S = clang_getTypeKindSpelling(T.kind);
780 if (Cursor.kind == CXCursor_CXXBaseSpecifier) {
833 if (Cursor.kind == CXCursor_InclusionDirective)
3419 const char *kind = "<unknown>"; local
3576 const char *kind = *I; local
    [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 913 const char *GDBIndexEntryKindString(GDBIndexEntryKind Kind);
922 /// The gnu_pub* kind looks like:
925 /// 4-6 symbol kind
928 /// A gdb_index descriptor includes the above kind, shifted 24 bits up with the
931 GDBIndexEntryKind Kind;
933 PubIndexEntryDescriptor(GDBIndexEntryKind Kind, GDBIndexEntryLinkage Linkage)
934 : Kind(Kind), Linkage(Linkage) {}
935 /* implicit */ PubIndexEntryDescriptor(GDBIndexEntryKind Kind)
936 : Kind(Kind), Linkage(GIEL_EXTERNAL) {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 296 void printMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg,
298 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 64 int tryMatchVectorRegister(StringRef &Kind, bool expected);
133 unsigned Kind) override;
162 } Kind;
257 : MCParsedAsmOperand(), Kind(K), Ctx(_Ctx) {}
260 Kind = o.Kind;
263 switch (Kind) {
312 assert(Kind == k_Token && "Invalid access!");
317 assert(Kind == k_Token && "Invalid access!");
322 assert(Kind == k_Immediate && "Invalid access!")
    [all...]

Completed in 1912 milliseconds

<<1112