Home
last modified time | relevance | path

Searched refs:caret (Results 1 – 25 of 58) sorted by relevance

123

/external/clang/www/
Dcontent.css29 span.caret { color:green; font-weight:bold }
/external/clang/lib/Basic/
DOperatorPrecedence.cpp58 case tok::caret: return prec::ExclusiveOr; in getBinOpPrecedence()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dasciidoc.conf16 caret=^
/external/okhttp/website/static/
Dbootstrap-combined.min.css9caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-ri…
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt97 - To make diagnostics more gcc-like: -fno-caret-diagnostics -fno-show-column
134 * All diagnostics have column numbers, includes 'caret diagnostics', and they
/external/clang/lib/Lex/
DTokenConcatenation.cpp119 TokenInfo[tok::caret ] |= aci_avoid_equal; // ^= in TokenConcatenation()
DPPExpressions.cpp443 case tok::caret: return 8; in getPrecedence()
658 case tok::caret: in EvaluateDirectiveSubExpr()
/external/clang/include/clang/Basic/
DOperatorKinds.def68 OVERLOADED_OPERATOR(Caret , "^" , caret , false, true , false)
DTokenKinds.def188 PUNCTUATOR(caret, "^")
329 CXX_KEYWORD_OPERATOR(xor , caret)
/external/bison/tests/
Dsynclines.at50 # The message may include a caret-error (indented by GCC 4.8,
/external/clang/lib/Format/
DTokenAnnotator.cpp103 if (CurrentToken->is(tok::caret)) { in parseParens()
366 (Current->is(tok::caret) && Current->is(TT_UnaryOperator)) || in updateParameterCount()
851 } else if (Current.isOneOf(tok::minus, tok::plus, tok::caret)) { in determineTokenType()
853 if (Current.is(TT_UnaryOperator) && Current.is(tok::caret)) in determineTokenType()
DUnwrappedLineParser.cpp805 case tok::caret: in parseStructuralElement()
1027 case tok::caret: in parseBracedList()
DContinuationIndenter.cpp347 } else if (!Current.isOneOf(tok::comment, tok::caret) && in addTokenOnCurrentLine()
/external/clang/lib/Parse/
DParseOpenMP.cpp626 case tok::caret: in ParseReductionId()
DParseExpr.cpp1262 case tok::caret: in ParseCastExpression()
2628 assert(Tok.is(tok::caret) && "block literal starts with ^"); in ParseBlockLiteralExpression()
DParseTentative.cpp631 if (Tok.is(tok::star) || Tok.is(tok::amp) || Tok.is(tok::caret) || in TryParsePtrOperatorSeq()
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst212 Show the execution counts for each region by displaying a caret that points to
/external/bison/po/
Duk.po287 " `caret' show errors with carets\n"
293 " `caret' показати помилки, пов’язані з символами ^\n"
Det.po275 " `caret' show errors with carets\n"
281 " `caret' m�rgi vead s�mboliga ^\n"
Dsv.po277 " `caret' show errors with carets\n"
283 " `caret' visa alla fel med cirkumflex\n"
Deo.po273 " `caret' show errors with carets\n"
279 " `caret' montri erarojn per tajp-montriloj\n"
Dfr.po283 " `caret' show errors with carets\n"
289 " « caret » montrer les erreurs avec des carets\n"
Dfi.po290 " `caret' show errors with carets\n"
296 " `caret' näytä virheet sirkumfleksilla\n"
Dde.po278 " `caret' show errors with carets\n"
284 " „caret“ Fehler mit Zirkumflexen („^“) markieren\n"
/external/clang/docs/
DInternalsManual.rst50 :ref:`SourceLocation <SourceLocation>` to "put the caret", and a severity
67 can see the source location (the caret ("``^``") and file/line/column info),
168 line and location of the caret, so you don't need to tell them that the
389 "insertions" below the caret line. :ref:`Other diagnostic clients
439 string, then prints out the line of code, the source ranges, and the caret.

123