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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 221 // Consume %[...] expression.
231 // Consume the closing ']'.
256 p = q + 1; // Consume the closing ']'.
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_format.inc 220 // Consume %[...] expression.
230 // Consume the closing ']'.
255 p = q + 1; // Consume the closing ']'.
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_format.inc 220 // Consume %[...] expression.
230 // Consume the closing ']'.
255 p = q + 1; // Consume the closing ']'.
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
HeaderIncludes.cpp 84 // \p Consume returns location after header guard or 0 if no header guard is
89 Consume) {
92 [&Consume](const SourceManager &SM, Lexer &Lex, Token Tok) {
95 return std::max(InitialOffset, Consume(SM, Lex, Tok));
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 3123 auto Consume = [&] {
3135 Consume();
3141 Consume();
3155 Consume();

Completed in 25 milliseconds