Home
last modified time | relevance | path

Searched refs:isInRange (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp120 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
151 if (isInRange(Diag.getLocation(), info.Range)) { in handleProtectedNote()
183 if (isInRange(DRE->getDecl()->getLocation(), info.Range) && in hasVarReferencedOutside()
184 !isInRange(DRE->getLocation(), info.Range)) in hasVarReferencedOutside()
190 bool isInRange(SourceLocation Loc, SourceRange R) { in isInRange() function in __anon535aaa9d0111::ProtectedScopeFixer
/external/llvm-project/clang/lib/ARCMigrate/
DTransProtectedScope.cpp121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
152 if (isInRange(Diag.getLocation(), info.Range)) { in handleProtectedNote()
184 if (isInRange(DRE->getDecl()->getLocation(), info.Range) && in hasVarReferencedOutside()
185 !isInRange(DRE->getLocation(), info.Range)) in hasVarReferencedOutside()
191 bool isInRange(SourceLocation Loc, SourceRange R) { in isInRange() function in __anondba8d44b0111::ProtectedScopeFixer
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.cpp553 if (isInRange(result, idealSampleMin, idealSampleMax)) in verifySampleFiltered()
565 if (isInRange(result, idealSampleHiMin, idealSampleHiMax)) in verifySampleFiltered()
614 if (isInRange(result, idealMin, idealMax)) in verifySampleTexelGridCoords()
655 if (isInRange(result, idealMin, idealMax)) in verifySampleTexelGridCoords()
DvktSampleVerifierUtil.hpp123 bool isInRange (const tcu::Vector<float, Size>& v, const tcu::Vector<float, Size>& min, const tcu::… in isInRange() function
/external/cldr/tools/java/org/unicode/cldr/util/props/
DICUPropertyFactory.java274 if (Binary_Extras.isInRange(propEnum)) { in _getAvailableValues()
554 public boolean isInRange(int number) { in isInRange() method in ICUPropertyFactory.Names
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp4160 bool isInRange(const void* value, const void* low, const void* top) in iterate() function
4206 res = isInRange<glw::GLbyte>(pointer, expected_data_low, expected_data_top); in iterate()
4209 res = isInRange<glw::GLubyte>(pointer, expected_data_low, expected_data_top); in iterate()
4212 res = isInRange<glw::GLshort>(pointer, expected_data_low, expected_data_top); in iterate()
4215 res = isInRange<glw::GLushort>(pointer, expected_data_low, expected_data_top); in iterate()
4218 res = isInRange<glw::GLbyte>(pointer, expected_data_low, expected_data_top); in iterate()
4221 res = isInRange<glw::GLint>(pointer, expected_data_low, expected_data_top); in iterate()
4224 res = isInRange<glw::GLhalf>(pointer, expected_data_low, expected_data_top); in iterate()
4227 res = isInRange<glw::GLfloat>(pointer, expected_data_low, expected_data_top); in iterate()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptorMessageInfoFactory.java285 public boolean isInRange(int number) { in convertProto2()
309 public boolean isInRange(int number) { in convertProto2()
DInternal.java216 boolean isInRange(int number); in isInRange() method
DSchemaUtil.java958 if (enumVerifier.isInRange(enumValue)) { in filterUnknownEnumList()
973 if (!enumVerifier.isInRange(enumValue)) { in filterUnknownEnumList()
DMessageSchema.java3977 if (enumVerifier == null || enumVerifier.isInRange(enumValue)) { in mergeFromHelper()
4259 if (enumVerifier == null || enumVerifier.isInRange(enumValue)) { in mergeFromHelper()
4795 if (enumVerifier == null || enumVerifier.isInRange(enumValue)) { in parseOneofField()
5016 if (enumVerifier == null || enumVerifier.isInRange(enumValue)) { in parseProto2Message()
5484 if (!enumVerifier.isInRange((Integer) entry.getValue())) { in filterUnknownEnumMap()
/external/llvm-project/lld/COFF/
DWriter.cpp357 static bool isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin) { in isInRange() function
392 if (lastThunk && isInRange(type, lastThunk->getRVA(), p, margin)) in getThunk()
458 if (isInRange(rel.Type, s, p, margin)) in createThunks()
538 if (!isInRange(rel.Type, s, p, 0)) in verifyRanges()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DProto2MessageInfoFactory.java887 public boolean isInRange(int number) { in asVerifier()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp5515 static bool isInRange(int Val, int Low, int Hi) { in isInRange() function
5522 return llvm::any_of(Mask, [Low, Hi](int M) { return isInRange(M, Low, Hi); }); in isAnyInRange()
5541 return (Val == SM_SentinelUndef) || isInRange(Val, Low, Hi); in isUndefOrInRange()
5554 return isUndefOrZero(Val) || isInRange(Val, Low, Hi); in isUndefOrZeroOrInRange()
12294 if (!isInRange(M, i, i + NumSubElts)) in matchShuffleAsBitRotate()
35134 assert(isInRange(BaseMask[0], 0, NumBaseMaskElts) && in combineX86ShuffleChain()
35207 assert(isInRange(BaseMask[0], 0, 2) && "Unexpected lane shuffle"); in combineX86ShuffleChain()
35249 SDValue LHS = isInRange(BaseMask[0], 0, 2) ? V1 : V2; in combineX86ShuffleChain()
35250 SDValue RHS = isInRange(BaseMask[1], 0, 2) ? V1 : V2; in combineX86ShuffleChain()
35948 SDValue Lo = isInRange(WideMask128[0], 0, 2) ? BC0 : BC1; in canonicalizeShuffleMaskWithHorizOp()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp5367 static bool isInRange(int Val, int Low, int Hi) { in isInRange() function
5374 return llvm::any_of(Mask, [Low, Hi](int M) { return isInRange(M, Low, Hi); }); in isAnyInRange()
5380 return (Val == SM_SentinelUndef) || isInRange(Val, Low, Hi); in isUndefOrInRange()
5393 return isUndefOrZero(Val) || isInRange(Val, Low, Hi); in isUndefOrZeroOrInRange()