Home
last modified time | relevance | path

Searched defs:HasSideEffects (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1472 bool HasSideEffects = Record[0] & 1; in ParseConstants() local
1496 bool HasSideEffects = Record[0] & 1; in ParseConstants() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExpr.cpp2788 bool Expr::HasSideEffects(const ASTContext &Ctx) const { in HasSideEffects() function in Expr
/freebsd-10-stable/contrib/llvm/lib/IR/
DCore.cpp1123 LLVMBool HasSideEffects, in LLVMConstInlineAsm()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h519 bool HasSideEffects; member