Home
last modified time | relevance | path

Searched refs:isvolatile (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp834 bool issimple, bool isvolatile, unsigned numoutputs, in GCCAsmStmt() argument
840 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt()
860 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument
866 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2834 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument
2836 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt()
2987 bool isvolatile, unsigned numoutputs, unsigned numinputs,
3210 SourceLocation lbraceloc, bool issimple, bool isvolatile,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst13274 i32 <len>, i1 <isvolatile>)
13276 i64 <len>, i1 <isvolatile>)
13285 intrinsics do not return a value, takes extra isvolatile
13299 If the ``isvolatile`` parameter is ``true``, the ``llvm.memcpy`` call is
13333 i32 <len>, i1 <isvolatile>)
13335 i64 <len>, i1 <isvolatile>)
13345 intrinsics do not return a value, takes extra isvolatile
13359 If the ``isvolatile`` parameter is ``true``, the ``llvm.memcpy.inline`` call is
13390 i32 <len>, i1 <isvolatile>)
13392 i64 <len>, i1 <isvolatile>)
[all …]