Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp112 InlineInfo Inline; in lookup() local
182 InlineInfo Inline; in decode() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h92 std::optional<InlineInfo> Inline; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp128 static void inlineVolatileOrAtomicWithExtraArgs(bool *Inline, bool Volatile, in inlineVolatileOrAtomicWithExtraArgs() argument
191 bool Inline = false; in visitIntrinsicCall() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h29 Inline, enumerator
H A DBreakpadRecords.cpp28 Inline, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h201 Inline = global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2949 NamespaceDecl(ASTContext & C,DeclContext * DC,bool Inline,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,NamespaceDecl * PrevDecl,bool Nested) NamespaceDecl() argument
2968 Create(ASTContext & C,DeclContext * DC,bool Inline,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,NamespaceDecl * PrevDecl,bool Nested) Create() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h615 setInline(bool Inline) setInline() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5008 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) { mergeOptimizeNoneAttr() local
5026 if (AlwaysInlineAttr *Inline = handleAlwaysInlineAttr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h47 T Inline[N] = {0}; global() variable