HomeSort by: relevance | last modified time | path
    Searched defs:VisitUnaryOperator (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp 316 const DeclRefExpr *VisitUnaryOperator(const UnaryOperator *UO) {
LiveVariables.cpp 170 void VisitUnaryOperator(UnaryOperator *UO);
430 void TransferFunctions::VisitUnaryOperator(UnaryOperator *UO) {
UninitializedValues.cpp 289 void VisitUnaryOperator(UnaryOperator *UO);
392 void ClassifyRefs::VisitUnaryOperator(UnaryOperator *UO) {
Consumed.cpp 513 void VisitUnaryOperator(const UnaryOperator *UOp);
896 void ConsumedStmtVisitor::VisitUnaryOperator(const UnaryOperator *UOp) {
CFG.cpp 608 CFGBlock *VisitUnaryOperator(UnaryOperator *U, AddStmtChoice asc);
2328 return VisitUnaryOperator(cast<UnaryOperator>(S), asc);
2394 CFGBlock *CFGBuilder::VisitUnaryOperator(UnaryOperator *U,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 453 void VisitUnaryOperator(const UnaryOperator *E) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 941 void ExprEngine::VisitUnaryOperator(const UnaryOperator* U, ExplodedNode *Pred,
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1171 void JSONNodeDumper::VisitUnaryOperator(const UnaryOperator *UO) {
TextNodeDumper.cpp 1064 void TextNodeDumper::VisitUnaryOperator(const UnaryOperator *Node) {
StmtPrinter.cpp 1202 void StmtPrinter::VisitUnaryOperator(UnaryOperator *Node) {
StmtProfile.cpp 1241 void StmtProfiler::VisitUnaryOperator(const UnaryOperator *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 721 void ASTStmtWriter::VisitUnaryOperator(UnaryOperator *E) {
ASTReaderStmt.cpp 708 void ASTStmtReader::VisitUnaryOperator(UnaryOperator *E) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 727 Changed |= VisitUnaryOperator(UnOp);
1569 bool VisitUnaryOperator(UnaryOperator *Inst) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 1734 void VisitUnaryOperator(UnaryOperator *E) {
SemaDecl.cpp 11518 void VisitUnaryOperator(UnaryOperator *E) {
11532 Inherited::VisitUnaryOperator(E);

Completed in 78 milliseconds