Home
last modified time | relevance | path

Searched defs:IsConst (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp160 static bool IsConst(Selector s) { in IsConst() function in skottie::internal::__anon080d4d6f0111::DisplacementNode
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.h97 bool IsConst() const { in IsConst() function
Ddeclarable.h245 virtual bool IsConst() const { return true; } in IsConst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h178 constexpr char IsConst[] = "IsConst"; variable
/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h57 bool IsConst() const { return !owner_map.is_null(); } in IsConst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp401 const bool IsConst = AS == AMDGPUAS::CONSTANT_ADDRESS || in isScalarLoadLegal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2423 bool IsConst = true; in simplifyExtractLow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8620 bool IsConst = true; in LowerBUILD_VECTOR() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp1022 struct IsConst : FalseType {}; struct
1025 struct IsConst<const T> : TrueType {}; struct