Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1926 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
1927 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() function
2229 struct AAUndefinedBehaviorFunction final : AAUndefinedBehaviorImpl {
2231 : AAUndefinedBehaviorImpl(IRP, A) {} in AAUndefinedBehaviorFunction()