Home
last modified time | relevance | path

Searched defs:casted (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.c30 int *casted = dynCastToInt(p); in testDynCast() local
38 int *casted = dynCastOrNull(p); in testDynCastOrNull() local
47 int *casted; in testBranch() local
63 int *casted; in testBranchReversed() local
79 int *casted = 0; in testMultipleStore() local
180 int *casted = dynCastOrNull(0); in testDynCastOrNullOfNull() local
189 int *casted = dynCastToInt(0); in testDynCastOfNull() local
205 int *casted = lookUpInt(0); in testZeroIsNotNull() local
214 int *casted = dynCastOrNull(getNull()); in testTrackNull() local
225 int *casted = dynCastOrNull(ptr); in testTrackNullVariable() local
[all …]
/external/valgrind/drd/tests/
Dstd_list.cpp61 Test *casted = reinterpret_cast<Test*>(instance); in func1() local
70 Test *casted = reinterpret_cast<Test*>(instance); in func2() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
372 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision) in intEqualsAfterUintCast()
/external/v8/src/heap/
Dheap.cc1900 AllocationSite* casted = AllocationSite::cast(cur); in ResetAllAllocationSitesDependentCode() local