Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2932 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
2933 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() argument
3246 struct AAUndefinedBehaviorFunction final : AAUndefinedBehaviorImpl {
3248 : AAUndefinedBehaviorImpl(IRP, A) {} in AAUndefinedBehaviorFunction()