HomeSort by relevance Sort by last modified time
    Searched defs:AV (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 40 void *AV;
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 41 void *AV;
  /external/icu4c/i18n/
hebrwcal.h 146 * Constant for Av, the 12th month of the Hebrew year.
148 AV,
  /external/icu4c/test/intltest/
calcasts.cpp 205 static const int32_t AV = HebrewCalendar::AV;
282 // 2452465.5, 2002, JULY, 10, 5762, AV, 1,
283 // 2452494.5, 2002, AUGUST, 8, 5762, AV, 30,
288 {2452465.5, 0, 5762, AV+1, 1, WED, 0, 0, 0},
289 {2452494.5, 0, 5762, AV+1, 30, THU, 0, 0, 0},
  /external/llvm/lib/Analysis/
DIBuilder.cpp 55 DIArray AV = getOrCreateArray(Variables);
56 DIType(Temp).replaceAllUsesWith(AV);
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 381 AggValueSlot AV;
382 AV.Addr = addr;
383 AV.Alignment = align.getQuantity();
384 AV.Quals = quals;
385 AV.DestructedFlag = isDestructed;
386 AV.ObjCGCFlag = needsGC;
387 AV.ZeroedFlag = isZeroed;
388 AV.AliasedFlag = isAliased;
389 return AV;
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 505 const GenericValue &AV = ArgValues[i];
509 C = ConstantInt::get(F->getContext(), AV.IntVal);
512 C = ConstantFP::get(F->getContext(), APFloat(AV.FloatVal));
515 C = ConstantFP::get(F->getContext(), APFloat(AV.DoubleVal));
520 C = ConstantFP::get(F->getContext(), APFloat(AV.IntVal));
523 void *ArgPtr = GVTOP(AV);
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 183 milliseconds