HomeSort by: relevance | last modified time | path
    Searched refs:LineVar (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 808 enum class AllowedOperand { LineVar, LegacyLiteral, Any };
FileCheck.cpp 566 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) {
586 if (AO == AllowedOperand::LineVar)
865 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any;

Completed in 20 milliseconds