Home
last modified time | relevance | path

Searched defs:Attr1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/unittests/IR/
H A DAttributesTest.cpp197 Attribute Attr1 = Attribute::get(C1, Attribute::AlwaysInline); TEST() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp807 return (Attr1 & Kind) != (Attr2 & Kind); in isIncompatiblePropertyAttribute() argument
812 return ((Attr1 & Kinds) != 0) != ((Attr2 & Kinds) != 0); in areIncompatiblePropertyAttributes() argument
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp1092 const auto Attr1 = static_cast<dwarf::Attribute>(Attr++); global() local
1157 const auto Attr1 = static_cast<dwarf::Attribute>(Attr++); global() local