Searched refs:UseMacro (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1420 /// UseMacro - Examine the prototype string to determine if the intrinsic
1422 static bool UseMacro(const std::string &proto) { function
1449 bool define = UseMacro(proto);
1626 bool define = UseMacro(proto);
2320 bool define = UseMacro(proto);
2465 bool define = UseMacro(proto) && kind != OpUnavailable;

Completed in 49 milliseconds