Searched refs:OO (Results 1 - 12 of 12) sorted by relevance

/external/srec/tools/cmd/
H A Dpht_to_long.pl32 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);
H A Dpht_to_short.pl35 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/libvpx/examples/includes/geshi/geshi/
H A Dpascal.php23 * - Pascal is OO language. Some new words.
H A Dvim.php176 'OOLANG' => false, //Save some time as OO identifiers aren't used
H A Dactionscript3.php454 'OOLANG' => false,//Save some time as OO identifiers aren't used
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp124 OverloadedOperatorKind OO = New->getDeclName().getCXXOverloadedOperator(); local
125 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New;
H A DSemaType.cpp2157 OverloadedOperatorKind OO = D.getName().OperatorFunctionId.Operator; local
2160 if (OO == OO_Delete || OO == OO_Array_Delete)
H A DSemaExpr.cpp5203 OverloadedOperatorKind OO = Call->getOperator();
5204 if (OO < OO_Plus || OO > OO_Arrow)
5207 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO);
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp69 void mangleOperatorName(OverloadedOperatorKind OO, SourceLocation Loc);
560 void MicrosoftCXXNameMangler::mangleOperatorName(OverloadedOperatorKind OO, argument
562 switch (OO) {
H A DItaniumMangle.cpp317 void mangleOperatorName(OverloadedOperatorKind OO, unsigned Arity);
1553 CXXNameMangler::mangleOperatorName(OverloadedOperatorKind OO, unsigned Arity) { argument
1554 switch (OO) {
H A DExpr.cpp892 UnaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) {
893 switch (OO) {
1613 BinaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO) { argument
1614 switch (OO) {
/external/clang/include/clang/AST/
H A DExpr.h1617 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
2836 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO);

Completed in 257 milliseconds