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

  /external/valgrind/main/VEX/priv/
ir_match.h 73 MatchInfo;
81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
ir_match.c 45 void setBindee ( MatchInfo* mi, Int n, IRExpr* bindee )
60 Bool matchWrk ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ )
99 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ )
host_x86_isel.c 753 MatchInfo mi;
    [all...]
host_amd64_isel.c 817 MatchInfo mi;
    [all...]
host_arm_isel.c     [all...]
host_ppc_isel.c     [all...]
  /external/icu4c/i18n/
tznames.cpp 347 struct MatchInfo : UMemory {
353 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
369 delete static_cast<MatchInfo *>(obj);
392 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
393 if (matchInfo == NULL) {
397 matches(status)->addElement(matchInfo, status);
399 delete matchInfo;
409 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID)
    [all...]
  /external/icu4c/i18n/unicode/
tznames.h 71 struct MatchInfo;
  /external/llvm/utils/FileCheck/
FileCheck.cpp 414 SmallVector<StringRef, 4> MatchInfo;
415 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo))
419 assert(!MatchInfo.empty() && "Didn't get any match");
420 StringRef FullMatch = MatchInfo[0];
426 assert(I->second < MatchInfo.size() && "Internal paren error");
427 VariableTable[I->first] = MatchInfo[I->second];

Completed in 152 milliseconds