| /external/eigen/blas/fortran/ | 
| D | complexdots.f | 3       COMPLEX CX(*),CY(*)  local 14       COMPLEX CX(*),CY(*)  local 25       DOUBLE COMPLEX CX(*),CY(*)  local 36       DOUBLE COMPLEX CX(*),CY(*)  local
  | 
| /external/clang/test/Layout/ | 
| D | ms-x86-primary-bases.cpp | 217 struct CX : B0X, B2X { int a; CX() : a(0xf000000C) {} virtual void g() { printf("C"); } };  in CX()  function
  | 
| D | ms-x86-aligned-tail-padding.cpp | 454 struct CX : B5X, virtual B2X, virtual B6X, virtual B3X {  struct 456 	CX() : a(0xf000000C) {}  in CX()  argument 463 // CHECK-NEXT:    0 | struct CX  argument
  | 
| D | ms-x86-lazy-empty-nonvirtual-base.cpp | 689 struct CX : B1X, B3X, B2X, virtual B0X {  struct 691 	CX() : a(0x0000000C) { printf(" C = %p\n", this); }  in CX()  argument
  | 
| /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ | 
| D | F_incomplete.pass.cpp | 48     const IncompleteReturnType& CX = X;  in test_pr34298()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ | 
| D | F_incomplete.pass.cpp | 51     const IncompleteReturnType& CX = X;  in test_pr34298()  local
  | 
| /external/skia/tests/ | 
| D | ClipperTest.cpp | 83     static const SkScalar CX = SkScalarHalf(L + R);  in test_intersectline()  local
  | 
| D | EmptyPathTest.cpp | 113 #define CX  (SkIntToScalar(DIMENSION) / 2)  macro
  | 
| /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ | 
| D | RegionCode.java | 42   static final String CX = "CX";  field in RegionCode
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ | 
| D | X86SelectionDAGInfo.cpp | 190   const unsigned CX = Use64BitRegs ? X86::RCX : X86::ECX;  in emitRepmovs()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | AliasAnalysis.cpp | 576 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX,  in getModRefInfo() 582 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX,  in getModRefInfo()
  | 
| D | DependenceAnalysis.cpp | 972       const SCEVCastExpr *CX = cast<SCEVCastExpr>(X);  in isKnownPredicate()  local
  | 
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ | 
| D | ClassUtilsTest.java | 57     private static class CX implements IB, IA, IE {  class in ClassUtilsTest
  | 
| /external/cblas/testing/ | 
| D | c_zblat1.f | 90       COMPLEX*16        CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8),  local 292      +                  CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7)  local
  | 
| D | c_cblat1.f | 90       COMPLEX           CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8),  local 292      +                  CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7)  local
  | 
| /external/eigen/blas/testing/ | 
| D | cblat1.f | 132       COMPLEX           CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8),  local 334      +                  CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7)  local
  | 
| D | zblat1.f | 132       COMPLEX*16        CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8),  local 334      +                  CT8(7,4,4), CX(7), CX1(7), CY(7), CY1(7)  local
  | 
| /external/llvm/lib/Analysis/ | 
| D | AliasAnalysis.cpp | 394 ModRefInfo AAResults::getModRefInfo(const AtomicCmpXchgInst *CX,  in getModRefInfo()
  | 
| D | DependenceAnalysis.cpp | 946       const SCEVCastExpr *CX = cast<SCEVCastExpr>(X);  in isKnownPredicate()  local
  | 
| /external/llvm/include/llvm/Analysis/ | 
| D | AliasAnalysis.h | 411   ModRefInfo getModRefInfo(const AtomicCmpXchgInst *CX, const Value *P,  in getModRefInfo()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ | 
| D | AliasAnalysis.h | 569   ModRefInfo getModRefInfo(const AtomicCmpXchgInst *CX, const Value *P,  in getModRefInfo()
  | 
| /external/llvm/include/llvm/DebugInfo/CodeView/ | 
| D | CodeView.h | 488   CX = 10,  enumerator
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ | 
| D | LoopVectorize.cpp | 2841     if (auto *CX = dyn_cast<ConstantInt>(X))  in emitTransformedIndex()  local 2852     if (auto *CX = dyn_cast<ConstantInt>(X))  in emitTransformedIndex()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ | 
| D | HexagonConstPropagation.cpp | 327     LLVMContext     &CX;  member in __anon8217051d0111::MachineConstEvaluator
  | 
| /external/clang/lib/Sema/ | 
| D | SemaExprObjC.cpp | 263   ASTContext &CX = S.Context;  in getNSNumberFactoryMethod()  local
  |