Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DAttributesTest.cpp24 AttributeSet ASs[] = { in TEST() local
29 AttributeSet SetA = AttributeSet::get(C, ASs); in TEST()
30 AttributeSet SetB = AttributeSet::get(C, ASs); in TEST()
46 AttributeSet ASs[] = { in TEST() local
51 AttributeSet SetA = AttributeSet::get(C, ASs); in TEST()
52 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]); in TEST()