Home
last modified time | relevance | path

Searched refs:CheckLabel (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/FileCheck/
DFileCheck.cpp90 CheckLabel, enumerator
721 case Check::CheckLabel: in CheckTypeSize()
755 return Check::CheckLabel; in FindCheckType()
955 if ((CheckTy == Check::CheckLabel) && P.hasVariable()) { in ReadCheckFile()
1374 if (CheckLabelStr.Pat.getCheckTy() != Check::CheckLabel) { in main()
/external/protobuf/php/ext/google/protobuf/
Dupb.h1506 static bool CheckLabel(int32_t val);
2473 inline bool FieldDef::CheckLabel(int32_t val) { in CheckLabel() function
2487 assert(CheckLabel(val)); in ConvertLabel()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1922 static bool CheckLabel(int32_t val);
3074 inline bool FieldDef::CheckLabel(int32_t val) {
3088 assert(CheckLabel(val));