Home
last modified time | relevance | path

Searched defs:isTrivial (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h78 bool isTrivial(const Decl *D) const { return isTrivialImpl(D, TheCache); } isTrivial() function
79 bool isTrivial(const Stmt *S) const { return isTrivialImpl(S, TheCache); } isTrivial() function
/llvm-project/libcxx/test/tools/clang_tidy_checks/
H A Dhide_from_abi.cpp16 AST_MATCHER(clang::CXXRecordDecl, isTrivial) { return Node.isTrivial(); } in AST_MATCHER() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnusedLocalNonTrivialVariableCheck.cpp33 AST_MATCHER(QualType,isTrivial) AST_MATCHER() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp283 bool ExplodedNode::isTrivial() const { in isTrivial() function in ExplodedNode
H A DRangeConstraintManager.cpp2481 bool EquivalenceClass::isTrivial(ProgramStateRef State) const { isTrivial() function in EquivalenceClass
/llvm-project/flang/include/flang/Lower/
H A DBoxAnalyzer.h280 bool isTrivial() const { return std::holds_alternative<ScalarSym>(box); } in isTrivial() function
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp332 bool isTrivial() const { isTrivial() function
H A DCGOpenMPRuntime.cpp5966 static bool isTrivial(ASTContext &Ctx, const Expr * E) { isTrivial() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h334 inline bool isTrivial(const SExpr *E) { in isTrivial() function
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1437 bool isTrivial() const { isTrivial() function
H A DDecl.h2341 bool isTrivial() const { return FunctionDeclBits.IsTrivial; } isTrivial() function
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2829 bool isTrivial() { isTrivial() function