Searched
full:const_cast (Results
1226 -
1250 of
1877) sorted by null
<<41424344454647484950>>
/prebuilts/misc/windows/sdl2/include/ |
SDL_stdinc.h | 96 #define SDL_const_cast(type, expression) const_cast<type>(expression)
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_stdinc.h | 106 #define SDL_const_cast(type, expression) const_cast<type>(expression)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
basic_ios.h | 116 { return this->fail() ? 0 : const_cast<basic_ios*>(this); }
|
/system/connectivity/shill/vpn/ |
openvpn_management_server_unittest.cc | 119 reinterpret_cast<unsigned char*>(const_cast<char*>(str.data())),
|
/system/core/adb/ |
services.cpp | 356 ret = create_service_thread(reconnect_service, const_cast<atransport*>(transport));
|
usb_linux.cpp | 305 urb->buffer = const_cast<void*>(data);
|
/system/core/libmemunreachable/ |
MemUnreachable.cpp | 76 }, const_cast<void*>(reinterpret_cast<const void*>(&func)));
|
/system/core/libutils/ |
String8.cpp | 606 return const_cast<char*>(lastDot);
|
/system/firewalld/ |
iptables.cc | 463 args.push_back(const_cast<char*>(arg.c_str()));
|
/system/tools/aidl/ |
type_cpp.cpp | 54 "compl", "concept", "const", "constexpr", "const_cast", "continue",
|
/art/runtime/mirror/ |
object-inl.h | 217 Object* obj = const_cast<Object*>(this); 223 Object* obj = const_cast<Object*>(this); [all...] |
/art/runtime/ |
stack.cc | 219 size_t frame_id = const_cast<StackVisitor*>(this)->GetFrameId(); [all...] |
/bionic/libc/bionic/ |
system_properties.cpp | [all...] |
/external/clang/lib/Lex/ |
PPLexerChange.cpp | 307 getMacroInfo(const_cast<IdentifierInfo*>(ControllingMacro))) { 687 auto *II = const_cast<IdentifierInfo*>(Macro.first);
|
/external/clang/lib/StaticAnalyzer/Core/ |
CallEvent.cpp | 764 const_cast<ObjCMethodCall *>(this)->Data 771 const_cast<ObjCMethodCall *>(this)->Data [all...] |
/external/google-breakpad/src/client/linux/handler/ |
exception_handler_unittest.cc | 90 cacheflush(const_cast<char*>(memory), memory_size, ICACHE); 894 iov.iov_base = const_cast<void*>(crash_context); [all...] |
/external/harfbuzz_ng/src/ |
hb-open-type-private.hh | 295 const_cast<Type *> (obj)->set (v); 332 Type *t = CastP<Type> (const_cast<char *> (c->start));
|
/external/libchrome/crypto/ |
nss_util.cc | 830 // Shouldn't need to const_cast here, but SECMOD doesn't properly 835 const_cast<char*>(modparams.c_str()), NULL, PR_FALSE); [all...] |
/external/llvm/include/llvm/ADT/ |
ilist.h | 700 return getPrevNode(const_cast<NodeTy &>(N)); 712 return getNextNode(const_cast<NodeTy &>(N));
|
/external/llvm/include/llvm/Analysis/ |
RegionInfoImpl.h | 104 BlockT *BB = const_cast<BlockT *>(B); 352 auto Deconst = const_cast<RegionBase<Tr> *>(this);
|
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 425 const_cast<SUnit *>(this)->ComputeDepth(); 433 const_cast<SUnit *>(this)->ComputeHeight();
|
/external/llvm/lib/Analysis/ |
Lint.cpp | 704 Function &F = const_cast<Function&>(f); 719 PM.run(const_cast<Module&>(M));
|
MemoryBuiltins.cpp | 86 CallSite CS(const_cast<Value*>(V)); 371 SizeOffsetType Data = Visitor.compute(const_cast<Value*>(Ptr));
|
/external/llvm/lib/CodeGen/ |
StackColoring.cpp | 486 Instruction *Inst = const_cast<AllocaInst *>(To); 500 const_cast<AllocaInst *>(From)->replaceAllUsesWith(Inst);
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_surface.c | 469 blit->vp.code = (uint32_t *)code; /* const_cast */ 580 blit->fp.code = (uint32_t *)code; /* const_cast */
|
Completed in 1675 milliseconds
<<41424344454647484950>>