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

1 2 34 5 6 7 8 91011>>

  /external/clang/include/clang/Analysis/
AnalysisContext.h 211 ContextKind getKind() const { return Kind; }
293 return Ctx->getKind() == StackFrame;
316 return Ctx->getKind() == Scope;
345 return Ctx->getKind() == Block;
CFG.h 75 Kind getKind() const {
82 bool isValid() const { return getKind() != Invalid; }
104 return E->getKind() == Statement;
120 return E->getKind() == Initializer;
138 Kind kind = E->getKind();
161 return elem->getKind() == AutomaticObjectDtor;
177 return E->getKind() == BaseDtor;
193 return E->getKind() == MemberDtor;
209 return E->getKind() == TemporaryDtor;
    [all...]
  /external/clang/include/clang/Analysis/Visitors/
CFGRecStmtDeclVisitor.h 58 switch (D->getKind()) {
  /external/clang/lib/Parse/
ParseInit.cpp 28 switch (Tok.getKind()) {
42 switch (PP.LookAhead(0).getKind()) {
73 switch (Tok.getKind()) {
96 tok::TokenKind Kind = Tok.getKind();
ParseExprCXX.cpp 156 tok::TokenKind NextKind = NextToken().getKind();
244 if (TemplateName.getKind() != UnqualifiedId::IK_OperatorFunctionId &&
245 TemplateName.getKind() != UnqualifiedId::IK_LiteralOperatorId) {
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.h 56 lltok::Kind getKind() const { return CurKind; }
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 78 DbgValueKind getKind() { return kind; }
  /external/llvm/lib/Target/MBlaze/AsmParser/
MBlazeAsmLexer.cpp 91 switch (lexedToken.getKind()) {
  /external/clang/include/clang/AST/
Attr.h 92 attr::Kind getKind() const {
125 return A->getKind() <= attr::LAST_INHERITABLE;
139 return A->getKind() <= attr::LAST_INHERITABLE_PARAM;
Decl.h 93 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
331 if (this->getKind() != UsingShadow &&
332 this->getKind() != ObjCCompatibleAlias)
341 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
387 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
513 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
549 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
670 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
    [all...]
DeclObjC.h 417 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
516 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
    [all...]
DeclTemplate.h 232 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
673 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
821 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
    [all...]
DeclFriend.h 123 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
  /external/clang/lib/AST/
TypeLoc.cpp 199 switch (getTypePtr()->getKind()) {
298 switch (Args[i].getKind()) {
325 Args[i].getKind() == TemplateArgument::Template
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 206 MCFixupKind FixupKind = Fixup.getKind();
213 MCExpr::ExprKind Kind = Expr->getKind();
220 if ((LHS->getKind() != MCExpr::SymbolRef) || !CE)
MipsELFObjectWriter.cpp 82 if (Sym.getSection().getKind().isMergeableCString() ||
83 Sym.getSection().getKind().isMergeableConst())
96 unsigned Kind = (unsigned)Fixup.getKind();
MipsMCCodeEmitter.cpp 188 MCExpr::ExprKind Kind = Expr->getKind();
192 Kind = Expr->getKind();
199 switch(cast<MCSymbolRefExpr>(Expr)->getKind()) {
  /frameworks/compile/slang/
slang_rs_context.cpp 160 switch (ND->getKind()) {
232 if (DI->getKind() == clang::Decl::Var) {
239 } else if (DI->getKind() == clang::Decl::Function) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerDeltaVisitor.java 201 if (delta.getKind() != IResourceDelta.REMOVED) {
256 int kind = delta.getKind();
323 int kind = delta.getKind();
  /external/clang/lib/Sema/
SemaInit.cpp 53 switch (SL->getKind()) {
417 if (ElementEntity.getKind() == InitializedEntity::EK_ArrayElement ||
418 ElementEntity.getKind() == InitializedEntity::EK_VectorElement)
444 if (ElementEntity.getKind() == InitializedEntity::EK_ArrayElement)
451 if (ElementEntity.getKind() == InitializedEntity::EK_ArrayElement) {
    [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 282 if ((P->getKind() == SDep::Anti) || (P->getKind() == SDep::Output)) {
307 (NextDepth == PredTotalLatency && P->getKind() == SDep::Anti)) {
819 if ((Edge->getKind() != SDep::Anti) &&
820 (Edge->getKind() != SDep::Output)) continue;
863 (P->getKind() != SDep::Anti || P->getReg() != AntiDepReg) :
864 (P->getKind() == SDep::Data && P->getReg() == AntiDepReg)) {
871 if ((P->getSUnit() == NextSU) && (P->getKind() != SDep::Anti) &&
872 (P->getKind() != SDep::Output)) {
877 (P->getKind() == SDep::Data) &
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 255 Fixup.getKind()).Flags & MCFixupKindInfo::FKF_IsPCRel;
266 if (A->getKind() != MCSymbolRefExpr::VK_None ||
294 bool ShouldAlignPC = Backend.getFixupKindInfo(Fixup.getKind()).Flags &
318 switch (F.getKind()) {
394 switch (F.getKind()) {
503 switch (it->getKind()) {
769 switch(it2->getKind()) {
826 << " Kind:" << AF.getKind() << ">";
836 switch (getKind()) {
850 switch (getKind()) {
    [all...]
  /external/clang/include/clang/Sema/
ParsedTemplate.h 67 KindType getKind() const { return Kind; }
  /external/clang/lib/CodeGen/
ABIInfo.h 104 Kind getKind() const { return TheKind; }
CodeGenTBAA.cpp 89 switch (BTy->getKind()) {

Completed in 575 milliseconds

1 2 34 5 6 7 8 91011>>