Home
last modified time | relevance | path

Searched defs:Inline (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp112 InlineInfo Inline; in lookup() local
182 InlineInfo Inline; decode() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h93 std::optional<InlineInfo> Inline; global() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp128 static void inlineVolatileOrAtomicWithExtraArgs(bool *Inline, bool Volatile, in inlineVolatileOrAtomicWithExtraArgs()
191 bool Inline = false; in visitIntrinsicCall() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h29 Inline, enumerator
H A DBreakpadRecords.cpp27 Inline, global() enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h207 Inline = enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3002 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl()
3014 bool Inline, SourceLocation StartLoc, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4517 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) { in mergeOptimizeNoneAttr() local
4535 if (AlwaysInlineAttr *Inline = in handleAlwaysInlineAttr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h606 void setInline(bool Inline) { NamespaceDeclBits.IsInline = Inline; } in setInline()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h46 T Inline[N] = {}; variable