reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Expr.h
 5869   QualType getValueType() const;

References

tools/clang/lib/CodeGen/CGAtomic.cpp
  593     Op = E->getValueType()->isSignedIntegerType() ? llvm::AtomicRMWInst::Min
  599     Op = E->getValueType()->isSignedIntegerType() ? llvm::AtomicRMWInst::Max
 1117       LibCallName = E->getValueType()->isSignedIntegerType()
 1125       LibCallName = E->getValueType()->isSignedIntegerType()