Home
last modified time | relevance | path

Searched refs:AAUndefinedBehaviorImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp2020 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
2021 AAUndefinedBehaviorImpl(const IRPosition &IRP) : AAUndefinedBehavior(IRP) {} in AAUndefinedBehaviorImpl() argument
2207 struct AAUndefinedBehaviorFunction final : AAUndefinedBehaviorImpl {
2209 : AAUndefinedBehaviorImpl(IRP) {} in AAUndefinedBehaviorFunction()