Home
last modified time | relevance | path

Searched defs:testFeature (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DHost.cpp672 auto testFeature = [&](unsigned F) { in getIntelProcessorTypeAndSubtype() local
996 auto testFeature = [&](unsigned F) { in getAMDProcessorTypeAndSubtype() local
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c308 #define testFeature(F) \ in getIntelProcessorTypeAndSubtype() macro