Home
last modified time | relevance | path

Searched defs:Classify (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp1307 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) { in Classify() function in ConnectedVNInfoEqClasses
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp586 auto Classify = [](QualType T) { unwrapCastAwayConstnessLevel() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2693 auto Classify = [](const Instruction *I) { visitCallInst() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h400 Classification Classify(ASTContext &Ctx) const { Classify() function