Home
last modified time | relevance | path

Searched defs:casted (Results 1 – 7 of 7) 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
102 int *casted = dynCastOrNull(0); in testDynCastOrNullOfNull() local
111 int *casted = dynCastToInt(0); in testDynCastOfNull() local
127 int *casted = lookUpInt(0); in testZeroIsNotNull() local
136 int *casted = dynCastOrNull(getNull()); in testTrackNull() local
147 int *casted = dynCastOrNull(ptr); in testTrackNullVariable() local
[all …]
/external/valgrind/main/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/chromium_org/sandbox/win/src/
Dresolver_32.cc84 const void** casted = const_cast<const void**>(address); in ResolveTarget() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c154 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
271 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c154 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
271 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeTypes.h87 const T* casted = reinterpret_cast<const T*>(position); in validatePtr() local
/external/chromium_org/v8/src/
Dheap.cc1698 AllocationSite* casted = AllocationSite::cast(cur); in ResetAllAllocationSitesDependentCode() local