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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Intermediate.cpp 151 if (( left->getType().getQualifier().isSpecConstant() && right->getType().getQualifier().isConstant()) ||
152 (right->getType().getQualifier().isSpecConstant() && left->getType().getQualifier().isConstant()))
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 354 if (V.isConstant())
RegionStore.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 394 Assert(!GV->isConstant(), "Undefined behavior: Write to read-only memory",
BasicAliasAnalysis.cpp 523 if (!GV->isConstant()) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 457 return !PSV->isConstant(nullptr) && !PSV->isStack();
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 297 if (GV->isConstant()) {
AddressSanitizer.cpp     [all...]
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 594 if (!GV->isConstant()) {
    [all...]
Lint.cpp 387 Assert1(!GV->isConstant(),
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 794 if (GV->isConstant() && GV->hasDefinitiveInitializer())
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 615 public boolean isConstant() {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 187 if (MemSrc && MemSrc->isConstant()) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 895 transType(Ty), GV->isConstant(),
    [all...]
  /external/guice/core/src/com/google/inject/internal/
InjectorImpl.java 418 if (stringBinding == null || !stringBinding.isConstant()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 216 if (GVSrc->isConstant()) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 742 bool isConstant() const
    [all...]
  /external/clang/include/clang/AST/
Type.h 735 bool isConstant(const ASTContext& Ctx) const {
736 return QualType::isConstant(*this, Ctx);
    [all...]
  /prebuilts/clang/host/darwin-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/darwin-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/darwin-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...]

Completed in 3582 milliseconds

1 2 3 4 5 6 78 91011>>