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

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 162 ASTUnit *AU = cxtu::getASTUnit(TU);
184 if (AU->stored_diag_size() != Set->getNumDiagnostics()) {
196 CXDiagnosticRenderer Renderer(AU->getASTContext().getLangOpts(),
199 for (ASTUnit::stored_diag_iterator it = AU->stored_diag_begin(),
200 ei = AU->stored_diag_end(); it != ei; ++it) {
CursorVisitor.h 66 ASTUnit *AU;
151 : TU(TU), AU(cxtu::getASTUnit(TU)),
175 ASTUnit *getASTUnit() const { return AU; }
CIndex.cpp 74 CXTranslationUnit cxtu::MakeCXTranslationUnit(CIndexer *CIdx, ASTUnit *AU) {
75 if (!AU)
80 D->TheASTUnit = AU;
88 bool cxtu::isASTReadError(ASTUnit *AU) {
89 for (ASTUnit::stored_diag_iterator D = AU->stored_diag_begin(),
90 DEnd = AU->stored_diag_end();
173 return RangeCompare(AU->getSourceManager(), R, RegionOfInterest);
396 if (!AU->getPreprocessor().getPreprocessingRecord())
400 = *AU->getPreprocessor().getPreprocessingRecord();
401 SourceManager &SM = AU->getSourceManager()
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 31 static final String AU = "AU";
ShortNumberInfoTest.java 134 parse(ambiguousPremiumRateString, RegionCode.AU), RegionCode.AU));
136 parse(ambiguousPremiumRateString, RegionCode.AU), RegionCode.AU));
146 parse(ambiguousStandardRateString, RegionCode.AU), RegionCode.AU));
148 parse(ambiguousStandardRateString, RegionCode.AU), RegionCode.AU));
156 assertTrue(shortInfo.isValidShortNumberForRegion(parse(ambiguousTollFreeString, RegionCode.AU),
157 RegionCode.AU));
    [all...]
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 258 AnalysisUsage AU;
259 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {}
261 Profile(ID, AU);
263 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) {
266 ID.AddBoolean(AU.getPreservesAll());
272 ProfileVec(AU.getRequiredSet());
273 ProfileVec(AU.getRequiredTransitiveSet());
274 ProfileVec(AU.getPreservedSet())
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.c 43 #define AU ATTRIBUTE_UNUSED
362 int srcr AU = op[0] & 0x0f;
364 int dstr AU = op[1] & 0x0f;
386 int srcr AU = op[0] & 0x0f;
388 int dstr AU = op[1] & 0x0f;
410 int srcr AU = op[0] & 0x0f;
412 int dstr AU = op[1] & 0x0f;
434 int srcr AU = op[0] & 0x0f;
436 int dstr AU = op[1] & 0x0f;
459 int bt AU = (op[0] >> 2) & 0x03
    [all...]
rl78-decode.c 53 #define AU ATTRIBUTE_UNUSED
165 rl78_decode_opcode (unsigned long pc AU,
217 int rw AU = (op[0] >> 1) & 0x03;
443 int ra AU = (op[0] >> 1) & 0x03;
463 int ra AU = (op[0] >> 1) & 0x03;
623 int rw AU = (op[0] >> 1) & 0x03;
811 int rg AU = (op[0] >> 1) & 0x03;
833 int bit AU = (op[1] >> 4) & 0x07;
853 int bit AU = (op[1] >> 4) & 0x07;
871 int bit AU = (op[1] >> 4) & 0x07
    [all...]
rx-decode.c 140 #define AU ATTRIBUTE_UNUSED
264 rx_decode_opcode (unsigned long pc AU,
396 int mx AU = (op[1] >> 6) & 0x03;
398 int ss AU = op[1] & 0x03;
400 int rsrc AU = (op[2] >> 4) & 0x0f;
402 int rdst AU = op[2] & 0x0f;
457 int mx AU = (op[1] >> 6) & 0x03;
459 int ss AU = op[1] & 0x03;
461 int rsrc AU = (op[2] >> 4) & 0x0f;
463 int rdst AU = op[2] & 0x0f
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 582 AnalysisUsage AU;
583 P->getAnalysisUsage(AU);
587 AUFoldingSetNode::Profile(ID, AU);
592 Node = new (AUFoldingSetNodeAllocator.Allocate()) AUFoldingSetNode(AU);
597 AnUsageMap[P] = &Node->AU;
598 AnUsage = &Node->AU;;
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,

Completed in 193 milliseconds