Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining.cc48 void JSInliner::Inline() { in Inline() function in v8::internal::compiler::JSInliner
/external/clang/lib/AST/
DDeclCXX.cpp1979 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl()
1992 bool Inline, SourceLocation StartLoc, in Create()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h224 Inline = 0x17, enumerator
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3245 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) { in mergeOptimizeNoneAttr() local
3265 if (AlwaysInlineAttr *Inline = S.mergeAlwaysInlineAttr( in handleAlwaysInlineAttr() local
/external/clang/include/clang/AST/
DDecl.h458 void setInline(bool Inline) { in setInline()