Home
last modified time | relevance | path

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

/external/llvm/test/Bitcode/
DstandardCIntrinsic.3.2.ll16 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* %dest, i8* %src, i32 %len, i32 %align, i1 %isvolatile)
/external/clang/lib/AST/
DStmt.cpp685 bool issimple, bool isvolatile, unsigned numoutputs, in GCCAsmStmt() argument
690 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt()
709 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument
715 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
/external/clang/include/clang/AST/
DStmt.h1409 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument
1411 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt()
1556 bool isvolatile, unsigned numoutputs, unsigned numinputs,
1736 SourceLocation lbraceloc, bool issimple, bool isvolatile,
/external/llvm/docs/
DLangRef.rst9527 i32 <len>, i32 <align>, i1 <isvolatile>)
9529 i64 <len>, i32 <align>, i1 <isvolatile>)
9538 intrinsics do not return a value, takes extra alignment/isvolatile
9554 If the ``isvolatile`` parameter is ``true``, the ``llvm.memcpy`` call is
9580 i32 <len>, i32 <align>, i1 <isvolatile>)
9582 i64 <len>, i32 <align>, i1 <isvolatile>)
9593 intrinsics do not return a value, takes extra alignment/isvolatile
9609 If the ``isvolatile`` parameter is ``true``, the ``llvm.memmove`` call
9635 i32 <len>, i32 <align>, i1 <isvolatile>)
9637 i64 <len>, i32 <align>, i1 <isvolatile>)
[all …]