Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/internal/analysisutil/
Dutil.go30 func HasSideEffects(info *types.Info, e ast.Expr) bool { func
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DInlineAsm.h47 bool HasSideEffects; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DInlineAsm.h47 bool HasSideEffects; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DInlineAsm.h47 bool HasSideEffects; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/
DInlineAsm.h47 bool HasSideEffects; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DInstruction.h525 bool HasSideEffects : 1; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DInstruction.h525 bool HasSideEffects : 1; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DInstruction.h525 bool HasSideEffects : 1; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/MCA/
DInstruction.h525 bool HasSideEffects : 1; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h609 bool HasSideEffects = false; member
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DExpr.h609 bool HasSideEffects = false; member
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h609 bool HasSideEffects = false; member
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h596 bool HasSideEffects = false; member
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
DopGen.go40875 func (o Op) HasSideEffects() bool { return opcodeTable[o].hasSideEffects } func