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

  /external/srec/tools/cmd/
pht_to_long.pl 32 open(OO, ">$otxt") || die "error opening output dict $otxt\n";
44 print OO "$language_header_line\n";
61 print OO "$word \t @lphlist\n";
64 close(OO);
pht_to_short.pl 35 open(OO, ">$okfile") || die "error opening output dict $okfile\n";
47 print OO "$language_header_line\n";
65 print OO "$word $sphPron\n";
69 close(OO);
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 124 OverloadedOperatorKind OO = New->getDeclName().getCXXOverloadedOperator();
125 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New;
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 69 void mangleOperatorName(OverloadedOperatorKind OO, SourceLocation Loc);
560 void MicrosoftCXXNameMangler::mangleOperatorName(OverloadedOperatorKind OO,
562 switch (OO) {
    [all...]
ItaniumMangle.cpp 317 void mangleOperatorName(OverloadedOperatorKind OO, unsigned Arity);
    [all...]
Expr.cpp 892 UnaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) {
893 switch (OO) {
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 147 milliseconds