Home
last modified time | relevance | path

Searched defs:IsFunction (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp41 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h63 bool IsFunction; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp96 bool IsFunction = false; member
505 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram; in collectStatsRecursive() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmMacro.h147 bool IsFunction = false; member
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h45 IsFunction, enumerator
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp3189 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1948 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp14769 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local