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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 360 unsigned HowLong = 0;
365 if (Last == 'l' || Last == 'L') HowLong++; // Keep track of l's
379 if (HowLong >= 1) {
380 if (HowLong == 1 &&
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 350 unsigned HowLong = 0;
355 if (Last == 'l' || Last == 'L') HowLong++; // Keep track of l's
369 if (HowLong >= 1) {
370 if (HowLong == 1 &&
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 103 milliseconds