Home
last modified time | relevance | path

Searched refs:alwaysinline (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/vim/syntax/
H A Dllvm.vim48 \ alwaysinline
/openbsd-src/gnu/llvm/llvm/utils/
H A Dllvm.grm169 | alwaysinline
/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMNewPMPass.rst226 ``alwaysinline`` semantics. Pass managers are required since they may contain
H A DBitCodeFormat.rst945 * bit 12: ``alwaysinline``
1008 * code 2: ``alwaysinline``
H A DLangRef.rst1573 attributes #0 = { alwaysinline alignstack=4 }
1578 ; Function @f has attributes: alwaysinline, alignstack=4, and "no-sse".
1598 define void @f() alwaysinline { ... }
1599 define void @f() alwaysinline optsize { ... }
1648 ``alwaysinline``
1857 with the ``alwaysinline`` attribute.
1944 This attribute cannot be used together with the ``alwaysinline``
1950 Only functions with the ``alwaysinline`` attribute are valid
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.td65 def AlwaysInline : EnumAttr<"alwaysinline", [FnAttr]>;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp701 bool alwaysinline = false; in EmitAttributedStmt() local
715 alwaysinline = true; in EmitAttributedStmt()
726 SaveAndRestore save_alwaysinline(InAlwaysInlineAttributedStmt, alwaysinline); in EmitAttributedStmt()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog4955 * gcc.dg/attr-alwaysinline.c: New.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.715851 * testsuite/gcc.dg/attr-alwaysinline.c: New.