Searched refs:const_cast (Results 101 - 125 of 344) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h253 return const_cast<Scope*>(this)->getContinueParent();
273 return const_cast<Scope*>(this)->getBreakParent();
H A DTemplateDeduction.h359 const_cast<TemplateSpecCandidateSet *>(this)->NoteCandidates(S, Loc);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstate-purge.h99 = const_cast <ssa_map_t&> (m_ssa_map).get (name);
109 = const_cast <decl_map_t&> (m_decl_map).get (decl))
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack.c363 union { char *p; const char *cp; } const_cast; local
365 const_cast.cp = msg;
366 iov[0].iov_base = const_cast.p;
371 const_cast.cp = &nl[0];
372 iov[2].iov_base = const_cast.p;
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack.c363 union { char *p; const char *cp; } const_cast; local
365 const_cast.cp = msg;
366 iov[0].iov_base = const_cast.p;
371 const_cast.cp = &nl[0];
372 iov[2].iov_base = const_cast.p;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h516 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt();
546 return const_cast<OMPExecutableDirective *>(this)
564 return const_cast<OMPExecutableDirective *>(this)->children();
583 return const_cast<OMPExecutableDirective *>(this)->getStructuredBlock();
588 return const_cast<OMPExecutableDirective *>(this)->getRawStmt();
664 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr();
881 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt),
898 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops,
913 doForAllLoopsBodies(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops,
1376 return const_cast<OMPLoopDirectiv
[all...]
H A DOpenMPClause.h93 auto Children = const_cast<OMPClause *>(this)->children();
102 auto Children = const_cast<OMPClause *>(this)->children();
406 auto Children = const_cast<OMPAllocateClause *>(this)->children();
514 auto Children = const_cast<OMPIfClause *>(this)->used_children();
582 auto Children = const_cast<OMPFinalClause *>(this)->used_children();
1559 auto Children = const_cast<OMPScheduleClause *>(this)->children();
2338 auto Children = const_cast<OMPPrivateClause *>(this)->children();
2477 auto Children = const_cast<OMPFirstprivateClause *>(this)->children();
2486 auto Children = const_cast<OMPFirstprivateClause *>(this)->used_children();
2718 auto Children = const_cast<OMPLastprivateClaus
[all...]
H A DDeclOpenMP.h270 return static_cast<DeclContext *>(const_cast<OMPDeclareReductionDecl *>(D));
274 const_cast<DeclContext *>(DC));
369 return static_cast<DeclContext *>(const_cast<OMPDeclareMapperDecl *>(D));
372 return static_cast<OMPDeclareMapperDecl *>(const_cast<DeclContext *>(DC));
H A DIgnoreExpr.h44 return IgnoreExprNodes(const_cast<Expr *>(E), std::forward<FnTys>(Fns)...);
H A DComparisonCategories.h208 return const_cast<ComparisonCategoryInfo *>(This.lookupInfo(Kind));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTree.h408 return isReachableFromEntry(getNode(const_cast<NodeT *>(A)));
501 return findNearestCommonDominator(const_cast<NodeT *>(A),
502 const_cast<NodeT *>(B));
931 return dominates(getNode(const_cast<NodeT *>(A)),
932 getNode(const_cast<NodeT *>(B)));
943 return dominates(getNode(const_cast<NodeT *>(A)),
944 getNode(const_cast<NodeT *>(B)));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h80 explicit ImmutableMap(const TreeTy *R) : Root(const_cast<TreeTy *>(R)) {}
109 return const_cast<typename TreeTy::Factory *>(&F);
260 : Root(const_cast<TreeTy *>(R)), Factory(F) {}
H A DSmallPtrSet.h166 const void **Loc = const_cast<const void **>(P);
287 return PtrTraits::getFromVoidPointer(const_cast<void *>(Bucket[-1]));
290 return PtrTraits::getFromVoidPointer(const_cast<void*>(*Bucket));
H A DStringMapEntry.h130 char *ptr = const_cast<char *>(keyData) - sizeof(StringMapEntry<ValueTy>);
H A DSparseSet.h229 return const_cast<SparseSet*>(this)->findIndex(KeyIndexOf(Key));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h356 return const_cast<DefInfo *>(this)->getMacroInfo();
372 return const_cast<DefInfo *>(this)->getPreviousDefinition();
381 return const_cast<MacroDirective *>(this)->getDefinition();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c1358 free (const_cast <unsigned char *> (str->text));
2458 free (const_cast <unsigned char *> (dst_string.text));
2516 free (const_cast <unsigned char *> (dst_string.text));
2558 free (const_cast <unsigned char *> (dst_string.text));
2599 free (const_cast <unsigned char *> (dst_string.text));
2734 free (const_cast <unsigned char *> (dst_string.text));
2785 free (const_cast <unsigned char *> (dst_string.text));
2851 free (const_cast <unsigned char *> (dst_string.text));
2901 free (const_cast <unsigned char *> (dst_string.text));
2942 free (const_cast <unsigne
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h125 const_cast<RegionNodeBase<RegionTraits<MachineFunction>> *>(this);
H A DMachineModuleInfo.h199 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dfile.c31 name = const_cast<FileName *>(n);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h330 return reinterpret_cast<LLVMContextRef*>(const_cast<LLVMContext**>(Tys));
H A DGetElementPtrTypeIterator.h78 Value *getOperand() const { return const_cast<Value *>(&**OpIt); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h162 auto *BlockData = const_cast<char *>(B->getContent().data());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAssumptionCache.h157 auto AVI = AffectedValues.find_as(const_cast<Value *>(V));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DContinuousRangeMap.h103 return const_cast<ContinuousRangeMap*>(this)->find(K);

Completed in 443 milliseconds

1234567891011>>