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

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
map.bench.cpp 36 // - Thrid picks the third item. This is just an element with a valid entry
40 enum class Hint { Begin, Third, Correct, End };
42 static constexpr const char* Names[] = {"Begin", "Third", "Correct", "End"};
318 auto Third = *(Data.Hints[I].begin() + 2);
322 : hint == ::Hint::Third ? Third : Map.end();
437 auto Third = *(Data.Hints[I].begin() + 2);
441 : hint == ::Hint::Third ? Third : Map.end();
557 auto Third = *(Data.Hints[I].begin() + 2)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 272 /// Third - The third conversion can be a qualification conversion
274 ImplicitConversionKind Third : 8;
358 return Second == ICK_Identity && Third == ICK_Identity;
Sema.h 4687 FullExprArg Third,
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
morestack.S 113 # Third parameter is address of function meat - address of parameter
189 # Third parameter is address of function meat - address of parameter
310 # Third parameter is address of function meat - address of parameter
388 # Third parameter is address of function meat - address of parameter
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
morestack.S 113 # Third parameter is address of function meat - address of parameter
189 # Third parameter is address of function meat - address of parameter
310 # Third parameter is address of function meat - address of parameter
388 # Third parameter is address of function meat - address of parameter
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 87 F3 Third O9 Nine Y1
978 FLOAT Third;
1156 Third = X - One;
1157 F6 = Half - Third;
1159 X = FABS (X - Third);
1176 Third = F6 + F6;
1177 X = Third - Half;
1703 Random1 = Third;
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 87 F3 Third O9 Nine Y1
978 FLOAT Third;
1156 Third = X - One;
1157 F6 = Half - Third;
1159 X = FABS (X - Third);
1176 Third = F6 + F6;
1177 X = Third - Half;
1703 Random1 = Third;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 931 AsmToken Third = Lexer.peekTok();
938 Third.getString().lower() == "sat")
945 StringRef Raw(String.data(), Third.getString().data() - String.data() +
946 Third.getString().size());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 58 // Same thing in for stmt first clause (when expr) and third clause.
1861 Expr *Third, Stmt *Body) {
1887 DeclMatcher(S, Decls, Third).FoundDeclInUse() ||
2036 // 1) The last statement in the loop body and the third expression in the
2039 void CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) {
2041 if (!Body || !Third) return;
2044 Third->getBeginLoc()))
2056 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return;
2095 FullExprArg third, SourceLocation RParenLoc,
2130 CheckBreakContinueBinding(third.get())
    [all...]
SemaOverload.cpp 196 Third = ICK_Identity;
218 if (GetConversionRank(Third) > Rank)
219 Rank = GetConversionRank(Third);
509 if (Third != ICK_Identity) {
513 OS << GetImplicitConversionName(Third);
526 if (Before.First || Before.Second || Before.Third) {
534 if (After.First || After.Second || After.Third) {
1122 // third bullet. If the type of the friend is dependent, skip this lookup
1801 SCS.Third = ICK_Qualification;
1957 // The third conversion can be a function pointer conversion or
    [all...]
SemaExprCXX.cpp 4330 // Defer address space conversion to the third conversion.
4525 switch (SCS.Third) {
4571 llvm_unreachable("Improper third standard conversion");
6148 // If either the second or the third operand has type (cv) void, ...
6155 // -- The second or the third operand (but not both) is a (possibly
6180 // -- Both the second and third operands have type void; the result is of
6197 // Otherwise, if the second and third operand have different types, and
6273 // If the second and third operands are glvalues of the same value
6275 // value category and it is a bit-field if the second or the third
6305 // Otherwise, the result is a prvalue. If the second and third operand
    [all...]
SemaInit.cpp 5398 Best->FinalConversion.Third) {
6989 // third operand. See gcc.gnu.org/PR86769.
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 171 /* Third approach: $PATH */
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 2006 // Parse the third part of the for statement.
2021 ExprResult Third = ParseExpression();
2024 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.get());

Completed in 54 milliseconds