Searched refs:Con (Results 1 - 8 of 8) sorted by relevance

/external/proguard/examples/dictionaries/
H A Dwindows.txt22 Con
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp102 Value *Val = nullptr; Constant *Con = nullptr; local
103 if (match(V, m_Add(m_Value(Val), m_Constant(Con)))) {
104 if (Con->getAggregateElement(EltNo)->isNullValue())
/external/clang/include/clang/Basic/
H A DSourceManager.h273 static FileInfo get(SourceLocation IL, const ContentCache *Con, argument
278 X.Data = (uintptr_t)Con;
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3494 for (DeclContext::lookup_const_iterator Con = R.begin(),
3495 ConEnd = R.end(); Con != ConEnd; ++Con) {
3499 if (isa<FunctionTemplateDecl>(*Con))
3501 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
3534 for (DeclContext::lookup_const_iterator Con = R.begin(),
3535 ConEnd = R.end(); Con != ConEnd; ++Con) {
3537 if (isa<FunctionTemplateDecl>(*Con))
3539 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
[all...]
H A DSemaInit.cpp3138 Con = Ctors.begin(), ConEnd = Ctors.end(); Con != ConEnd; ++Con) {
3139 NamedDecl *D = *Con;
4200 Con = CopyOfCon.begin(), ConEnd = CopyOfCon.end();
4201 Con != ConEnd; ++Con) {
4202 NamedDecl *D = *Con;
H A DSemaOverload.cpp2948 for (DeclContext::lookup_iterator Con = R.begin(), ConEnd = R.end();
2949 Con != ConEnd; ++Con) {
2950 NamedDecl *D = *Con;
3083 for (DeclContext::lookup_iterator Con = R.begin(), ConEnd = R.end();
3084 Con != ConEnd; ++Con) {
3085 NamedDecl *D = *Con;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp667 SDValue Con = DAG.getConstant(CFP->getValueAPF(). local
670 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
677 SDValue Con = DAG.getConstant(CFP->getValueAPF().bitcastToAPInt(). local
679 return DAG.getStore(Chain, dl, Con, Ptr, ST->getPointerInfo(),
H A DLegalizeVectorTypes.cpp1503 SDValue Con = DAG.getNode(ISD::CONCAT_VECTORS, DL, WideResVT, LoRes, HiRes); local
1504 return PromoteTargetBoolean(Con, N->getValueType(0));

Completed in 983 milliseconds