OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsMathErrnoDefault
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
TCE.cpp
33
bool TCEToolChain::
IsMathErrnoDefault
() const { return true; }
WebAssembly.cpp
196
bool WebAssembly::
IsMathErrnoDefault
() const { return false; }
Linux.cpp
679
bool Linux::
IsMathErrnoDefault
() const {
682
return Generic_ELF::
IsMathErrnoDefault
();
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h
383
///
IsMathErrnoDefault
- Does this tool chain use -fmath-errno by default.
384
virtual bool
IsMathErrnoDefault
() const { return true; }
Completed in 28 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026