Home
last modified time | relevance | path

Searched refs:OCE (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp416 const CXXOperatorCallExpr *OCE, CallingContext *Ctx) { in translateCXXOperatorCallExpr() argument
419 OverloadedOperatorKind k = OCE->getOperator(); in translateCXXOperatorCallExpr()
421 auto *E = translate(OCE->getArg(0), Ctx); in translateCXXOperatorCallExpr()
426 return translateCallExpr(cast<CallExpr>(OCE), Ctx); in translateCXXOperatorCallExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1176 auto *OCE = dyn_cast<CXXOperatorCallExpr>(E); in CheckFoldOperand() local
1177 if ((OCE && OCE->isInfixBinaryOp()) || isa<BinaryOperator>(E) || in CheckFoldOperand()
H A DSemaExpr.cpp14372 CXXOperatorCallExpr *OCE = dyn_cast<CXXOperatorCallExpr>(LHSExpr); in DiagnoseShiftCompare() local
14373 if (!OCE) in DiagnoseShiftCompare()
14376 FunctionDecl *FD = OCE->getDirectCallee(); in DiagnoseShiftCompare()
14387 SuggestParentheses(S, OCE->getOperatorLoc(), in DiagnoseShiftCompare()
14390 OCE->getSourceRange()); in DiagnoseShiftCompare()
14393 SourceRange(OCE->getArg(1)->getBeginLoc(), RHSExpr->getEndLoc())); in DiagnoseShiftCompare()
H A DSemaInit.cpp6960 } else if (auto *OCE = dyn_cast<CXXOperatorCallExpr>(Call)) { in handleGslAnnotatedTypes() local
6961 FunctionDecl *Callee = OCE->getDirectCallee(); in handleGslAnnotatedTypes()
6964 VisitPointerArg(Callee, OCE->getArg(0), in handleGslAnnotatedTypes()
H A DSemaOpenMP.cpp17852 } else if (auto *OCE = dyn_cast<CXXOperatorCallExpr>(SimpleExpr)) { in ActOnOpenMPDependClause() local
17853 OOK = OCE->getOperator(); in ActOnOpenMPDependClause()
17854 OOLoc = OCE->getOperatorLoc(); in ActOnOpenMPDependClause()
17855 LHS = OCE->getArg(/*Arg=*/0)->IgnoreParenImpCasts(); in ActOnOpenMPDependClause()
17856 RHS = OCE->getArg(/*Arg=*/1)->IgnoreParenImpCasts(); in ActOnOpenMPDependClause()
H A DSemaChecking.cpp14702 const auto *OCE = cast<CXXOperatorCallExpr>(expr); in CheckArrayAccess() local
14703 for (const auto *Arg : OCE->arguments()) in CheckArrayAccess()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h405 til::SExpr *translateCXXOperatorCallExpr(const CXXOperatorCallExpr *OCE,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp269 OCE = Opcodes.end(); in emitUnwindRaw() local
270 OCI != OCE; ++OCI) in emitUnwindRaw()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1588 const auto *OCE = cast<CXXOperatorCallExpr>(S); in Visit() local
1592 const Decl *Callee = OCE->getCalleeDecl(); in Visit()
1598 createTemporaryRegionIfNeeded(State, LCtx, OCE->getArg(0)); in Visit()
1600 Pred = Bldr.generateNode(OCE, Pred, NewState, /*tag=*/nullptr, in Visit()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp258 if (auto *OCE = dyn_cast<CXXOperatorCallExpr>(CE)) { in EmitCXXMemberOrOperatorMemberCallExpr() local
259 if (OCE->isAssignmentOp()) { in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExpr.cpp5235 if (auto *OCE = dyn_cast<CXXOperatorCallExpr>(E)) { in EmitCall() local
5236 if (OCE->isAssignmentOp()) in EmitCall()
5239 switch (OCE->getOperator()) { in EmitCall()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp7156 auto *OCE = cast<ObjCBridgedCastExpr>(E); in VisitExplicitCastExpr() local
7157 ExpectedSLoc ToLParenLocOrErr = import(OCE->getLParenLoc()); in VisitExplicitCastExpr()
7160 ExpectedSLoc ToBridgeKeywordLocOrErr = import(OCE->getBridgeKeywordLoc()); in VisitExplicitCastExpr()
7164 *ToLParenLocOrErr, OCE->getBridgeKind(), E->getCastKind(), in VisitExplicitCastExpr()
7828 if (const auto *OCE = dyn_cast<CXXOperatorCallExpr>(E)) { in VisitCallExpr() local
7830 Importer.getToContext(), OCE->getOperator(), ToCallee, ToArgs, ToType, in VisitCallExpr()
7831 OCE->getValueKind(), ToRParenLoc, OCE->getFPFeatures(), in VisitCallExpr()
7832 OCE->getADLCallKind()); in VisitCallExpr()
H A DExprConstant.cpp7589 auto *OCE = dyn_cast<CXXOperatorCallExpr>(E); in handleCallExpr() local
7590 if (OCE && OCE->isAssignmentOp()) { in handleCallExpr()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6738 if (const CXXOperatorCallExpr *OCE = in clang_getCursorReferenceNameRange() local
6740 const Expr *Callee = OCE->getCallee(); in clang_getCursorReferenceNameRange()
7132 if (const auto *OCE = dyn_cast<CXXOperatorCallExpr>(E)) { in GetSubscriptOrCallOperator() local
7133 const OverloadedOperatorKind Kind = OCE->getOperator(); in GetSubscriptOrCallOperator()
7135 return OCE; in GetSubscriptOrCallOperator()
7151 if (const auto *OCE = GetSubscriptOrCallOperator(Cursor)) { in DetermineChildActions() local
7152 const Expr *Callee = OCE->getCallee(); in DetermineChildActions()
/netbsd/external/bsd/wpa/dist/hostapd/
H A DChangeLog66 * added RSSI-based association rejection from OCE
/netbsd/share/misc/
H A Dairport5524 OCE:Ocean City Municipal Airport, MD, USA
/netbsd/external/historical/nawk/dist/testdir/
H A Dfunstack.in22708 @Article{Lew:1978:OCE,