HomeSort by: relevance | last modified time | path
    Searched refs:IsFunction (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DiffConsumer.h 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool IsFunction;
DiffConsumer.cpp 76 if (!ctxt.IsFunction) continue;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRMCInstLower.cpp 39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal());
42 if (IsFunction) {
49 if (IsFunction) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmMacro.h 147 bool IsFunction = false;
155 IsFunction(F) {}
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp 58 bool IsFunction = false;
462 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram;
468 (IsInlinedFunction || (IsFunction && HasAbstractOrigin));
490 if (IsFunction || IsInlinedFunction || IsBlock) {
492 if (IsFunction || IsInlinedFunction)
529 FnStats.IsFunction = true;
546 if (IsFunction)
558 if (IsFunction)
774 if (!Stats.IsFunction)
784 NumFunctions += Stats.IsFunction;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 1596 bool IsFunction = GIS.getValueType()->isFunctionTy();
1599 if (!IsFunction)
1602 IsFunction =
1616 if (IsFunction)
1631 if (IsFunction)
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 3022 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction,
3037 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) {
3038 if (IsFunction)
3046 if (IsFunction)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 542 void verifyAttributeTypes(AttributeSet Attrs, bool IsFunction,
1720 void Verifier::verifyAttributeTypes(AttributeSet Attrs, bool IsFunction,
1747 if (!IsFunction) {
1753 } else if (IsFunction && !isFuncOrArgAttr(A.getKindAsEnum())) {
1769 verifyAttributeTypes(Attrs, /*IsFunction=*/false, V);
2001 verifyAttributeTypes(Attrs.getFnAttributes(), /*IsFunction=*/true, V);
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3089 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 1141 } else if (M && M->IsFunction && Lexer.peekTok().is(AsmToken::LParen)) {
3171 if (!M->IsFunction)

Completed in 64 milliseconds