Lines Matching refs:Result
277 // Replace the result token.
291 // If this is a disabled macro or #define X X, we must mark the result as
759 // Get the result value. Result = true means the file exists.
760 bool Result = File != 0;
772 return Result;
822 // Set up the return result.
918 const char *Result;
922 Result = asctime(TM);
924 Result = "??? ??? ?? ??:??:?? ????\n";
927 OS << '"' << llvm::StringRef(Result, strlen(Result)-1) << '"';