Home
last modified time | relevance | path

Searched refs:nomerge (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/vim/syntax/
Dllvm.vim132 \ nomerge
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DAttributes.td158 def NoMerge : EnumAttr<"nomerge", [FnAttr]>;
DIntrinsics.td150 // Parallels the nomerge attribute on LLVM IR functions.
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp699 bool nomerge = false; in EmitAttributedStmt() local
709 nomerge = true; in EmitAttributedStmt()
724 SaveAndRestore save_nomerge(InNoMergeAttributedStmt, nomerge); in EmitAttributedStmt()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttr.td1448 let Spellings = [Clang<"nomerge">];
DAttrDocs.td541 If a statement is marked ``nomerge`` and contains call expressions, those call
550 ``nomerge`` attribute can also be used as function attribute to prevent all
/openbsd/src/gnu/llvm/llvm/docs/
DLangRef.rst1858 ``nomerge``