Searched refs:CInt (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dcast.c24 typedef _Complex int CInt; typedef
37 (void) (CInt) v;
51 (void) (CInt) v;
65 (void) (CInt) v;
79 (void) (CInt) v;
91 (void) (CInt) v;
97 void testCI(CInt v) {
103 (void) (CInt) v;
115 (void) (CInt) v;
127 (void) (CInt)
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4793 const APInt &CInt = C->getAPIntValue(); local
4794 Ops.push_back(DAG.getConstant(CInt.trunc(EltSize), TruncVT));

Completed in 112 milliseconds