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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 285 bool ExplodedNode::isTrivial() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 334 inline bool isTrivial(const SExpr *E) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 1377 bool isTrivial() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 2486 bool isTrivial() {
3474 AllAddrModesTrivial = AllAddrModesTrivial && NewAddrMode.isTrivial();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 6540 static bool isTrivial(ASTContext &Ctx, const Expr * E) {
6555 if (isTrivial(Ctx, E))

Completed in 69 milliseconds