HomeSort by relevance Sort by last modified time
    Searched refs:CA (Results 26 - 50 of 74) sorted by null

12 3

  /external/llvm/lib/VMCore/
AsmWriter.cpp 844 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) {
845 Type *ETy = CA->getType()->getElementType();
849 WriteAsOperandInternal(Out, CA->getOperand(0),
852 for (unsigned i = 1, e = CA->getNumOperands(); i != e; ++i) {
856 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
863 if (const ConstantDataArray *CA = dyn_cast<ConstantDataArray>(CV)) {
866 if (CA->isString()) {
868 PrintEscapedString(CA->getAsString(), Out);
873 Type *ETy = CA->getType()->getElementType();
877 WriteAsOperandInternal(Out, CA->getElementAsConstant(0)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 34 #if USE(CA)
311 #if USE(CA)
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 51 Cp037 EBCDIC-CP-US,EBCDIC-CP-CA,EBCDIC-CP-WT,EBCDIC-CP-NL,IBM037 0x0019
  /external/openssl/crypto/bn/asm/
ppc-mont.pl 273 addic $ovf,$ovf,-1 ; move upmost overflow to XER[CA]
286 subfc $j,$j,$j ; j=0 and "clear" XER[CA]
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.h 32 #if PLATFORM(MAC) && USE(CA) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/icu4c/data/sprep/
rfc3491.txt 74 09C9..09CA; ; UNASSIGNED
496 00CA; 00EA; MAP
622 01CA; 01CC; MAP
711 03AA; 03CA; MAP
835 04C9; 04CA; MAP
1250 24CA; 24E4; MAP
    [all...]
rfc3530csci.txt 73 09C9..09CA; ; UNASSIGNED
495 00CA; 00EA; MAP
621 01CA; 01CC; MAP
710 03AA; 03CA; MAP
834 04C9; 04CA; MAP
1249 24CA; 24E4; MAP
    [all...]
rfc3722.txt 74 09C9..09CA; ; UNASSIGNED
496 00CA; 00EA; MAP
622 01CA; 01CC; MAP
711 03AA; 03CA; MAP
835 04C9; 04CA; MAP
1250 24CA; 24E4; MAP
    [all...]
rfc3920node.txt 74 09C9..09CA; ; UNASSIGNED
496 00CA; 00EA; MAP
622 01CA; 01CC; MAP
711 03AA; 03CA; MAP
835 04C9; 04CA; MAP
1250 24CA; 24E4; MAP
    [all...]
rfc4518ci.txt 73 09C9..09CA; ; UNASSIGNED
463 00CA; 00EA; MAP
589 01CA; 01CC; MAP
678 03AA; 03CA; MAP
802 04C9; 04CA; MAP
1217 24CA; 24E4; MAP
    [all...]
rfc3530cs.txt 73 09C9..09CA; ; UNASSIGNED
rfc3530mixp.txt 74 09C9..09CA; ; UNASSIGNED
rfc3920res.txt 74 09C9..09CA; ; UNASSIGNED
rfc4011.txt 73 09C9..09CA; ; UNASSIGNED
rfc4013.txt 74 09C9..09CA; ; UNASSIGNED
rfc4505.txt 73 09C9..09CA; ; UNASSIGNED
  /external/icu4c/test/testdata/
nfs4_cis_prep.txt 65 09C9..09CA; ; UNASSIGNED
486 00CA; 00EA; MAP
612 01CA; 01CC; MAP
701 03AA; 03CA; MAP
825 04C9; 04CA; MAP
1240 24CA; 24E4; MAP
    [all...]
nfs4_cs_prep_ci.txt 65 09C9..09CA; ; UNASSIGNED
486 00CA; 00EA; MAP
612 01CA; 01CC; MAP
701 03AA; 03CA; MAP
825 04C9; 04CA; MAP
1240 24CA; 24E4; MAP
    [all...]
nfs4_mixed_prep_s.txt 65 09C9..09CA; ; UNASSIGNED
486 00CA; 00EA; MAP
612 01CA; 01CC; MAP
701 03AA; 03CA; MAP
825 04C9; 04CA; MAP
1240 24CA; 24E4; MAP
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/openssl/
import_openssl.sh 109 rm -f apps/CA.pl.bak crypto/opensslconf.h.bak
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 729 } else if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) {
732 unsigned N = CA->getNumOperands();
734 printConstant(CA->getOperand(i)); // recurse to print operands
736 << getCppName(CA->getOperand(i)) << ");";
    [all...]

Completed in 444 milliseconds

12 3