Searched refs:isUnique (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp81 if (isUnique())
H A DMCSectionELF.cpp24 if (isUnique())
180 if (isUnique())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h83 bool isUnique() const { return UniqueID != NonUniqueID; } function in class:llvm::final
H A DMCSectionWasm.h67 bool isUnique() const { return UniqueID != ~0U; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4693 assert(e->isUnique() && "LValue for a nonunique OVE hasn't been emitted");
4707 assert(e->isUnique() && "RValue for a nonunique OVE hasn't been emitted");
5274 if (ov->isUnique()) {
H A DCGExprAgg.cpp649 if (e->isUnique())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2062 Record.push_back(E->isUnique());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1160 bool isUnique() const { return OpaqueValueExprBits.IsUnique; } function in class:clang::OpaqueValueExpr
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7158 if (OVE->isUnique())

Completed in 289 milliseconds