HomeSort by relevance Sort by last modified time
    Searched refs:isConstant (Results 201 - 225 of 371) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 750 bool isConstant(const ASTContext& Ctx) const {
751 return QualType::isConstant(*this, Ctx);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h 750 bool isConstant(const ASTContext& Ctx) const {
751 return QualType::isConstant(*this, Ctx);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h 750 bool isConstant(const ASTContext& Ctx) const {
751 return QualType::isConstant(*this, Ctx);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h 750 bool isConstant(const ASTContext& Ctx) const {
751 return QualType::isConstant(*this, Ctx);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h 750 bool isConstant(const ASTContext& Ctx) const {
751 return QualType::isConstant(*this, Ctx);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/clang/lib/AST/
Type.cpp 67 bool QualType::isConstant(QualType T, const ASTContext &Ctx) {
72 return AT->getElementType().isConstant(Ctx);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 525 if (GV->isConstant())
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 691 bool IsConstant = Type.isConstant(SemaRef.getASTContext());
702 if (IsConstant &&
    [all...]

Completed in 1349 milliseconds

1 2 3 4 5 6 7 891011>>