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

  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 358 unsigned HowLong = 0;
363 if (Last == 'l' || Last == 'L') HowLong++; // Keep track of l's
377 if (HowLong >= 1) {
378 if (HowLong == 1 &&
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 73 milliseconds