Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp629 bool isvolatile, unsigned numoutputs, unsigned numinputs, in GCCAsmStmt() argument
634 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt()
653 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument
659 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
/external/clang/include/clang/AST/
DStmt.h1379 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument
1381 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt()
1510 bool isvolatile, unsigned numoutputs, unsigned numinputs,
1685 bool issimple, bool isvolatile, ArrayRef<Token> asmtoks,
/external/llvm/docs/
DLangRef.rst6770 i32 <len>, i32 <align>, i1 <isvolatile>)
6772 i64 <len>, i32 <align>, i1 <isvolatile>)
6781 intrinsics do not return a value, takes extra alignment/isvolatile
6797 If the ``isvolatile`` parameter is ``true``, the ``llvm.memcpy`` call is
6823 i32 <len>, i32 <align>, i1 <isvolatile>)
6825 i64 <len>, i32 <align>, i1 <isvolatile>)
6836 intrinsics do not return a value, takes extra alignment/isvolatile
6852 If the ``isvolatile`` parameter is ``true``, the ``llvm.memmove`` call
6878 i32 <len>, i32 <align>, i1 <isvolatile>)
6880 i64 <len>, i32 <align>, i1 <isvolatile>)
[all …]