Searched defs:Con (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp655 SDValue Con = DAG.getConstant(CFP->getValueAPF(). local
658 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
665 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt(). local
667 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
H A DLegalizeVectorTypes.cpp1237 SDValue Con = DAG.getNode(ISD::CONCAT_VECTORS, DL, WideResVT, LoRes, HiRes); local
1238 return PromoteTargetBoolean(Con, N->getValueType(0));
/external/clang/include/clang/Basic/
H A DSourceManager.h258 static FileInfo get(SourceLocation IL, const ContentCache *Con, argument
263 X.Data = (uintptr_t)Con;
/external/clang/lib/AST/
H A DDeclCXX.cpp363 DeclContext::lookup_const_iterator Con, ConEnd; local
364 for (llvm::tie(Con, ConEnd) = this->lookup(ConstructorName);
365 Con != ConEnd; ++Con) {
368 if (isa<FunctionTemplateDecl>(*Con))
371 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3208 DeclContext::lookup_const_iterator Con, ConEnd; local
3209 for (llvm::tie(Con, ConEnd) = Self.LookupConstructors(RD);
3210 Con != ConEnd; ++Con) {
3214 if (isa<FunctionTemplateDecl>(*Con))
3216 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
3247 DeclContext::lookup_const_iterator Con, ConEnd;
3248 for (llvm::tie(Con, ConEnd) = Self.LookupConstructors(RD);
3249 Con != ConEnd; ++Con) {
[all...]
H A DSemaInit.cpp2745 DeclContext::lookup_iterator Con,
2752 for (; Con != ConEnd; ++Con) {
2753 NamedDecl *D = *Con;
3161 DeclContext::lookup_iterator Con, ConEnd; local
3162 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(T1RecordDecl);
3163 Con != ConEnd; ++Con) {
3164 NamedDecl *D = *Con;
3709 DeclContext::lookup_iterator Con, ConEn local
2742 ResolveConstructorOverload(Sema &S, SourceLocation DeclLoc, Expr **Args, unsigned NumArgs, OverloadCandidateSet &CandidateSet, DeclContext::lookup_iterator Con, DeclContext::lookup_iterator ConEnd, OverloadCandidateSet::iterator &Best, bool CopyInitializing, bool AllowExplicit, bool OnlyListConstructors, bool InitListSyntax) argument
4319 DeclContext::lookup_iterator Con, ConEnd; local
[all...]
H A DSemaOverload.cpp2859 DeclContext::lookup_iterator Con, ConEnd; local
2860 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(To);
2861 Con != ConEnd; ++Con) {
2862 NamedDecl *D = *Con;
2989 DeclContext::lookup_iterator Con, ConEnd; local
2990 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(ToRecordDecl);
2991 Con != ConEnd; ++Con) {
2992 NamedDecl *D = *Con;
[all...]

Completed in 134 milliseconds