Home
last modified time | relevance | path

Searched defs:isCast (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1515 bool ConstantExpr::isCast() const { return Instruction::isCast(getOpcode()); } in isCast() function in ConstantExpr
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2103 static bool isCast(CheckedConversionKind CCK) { in isCast() function