Home
last modified time | relevance | path

Searched +refs:proj +refs:error (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/autosetup/
H A DREADME.md41 - [proj.tcl][]: project-agnostic utility code for autosetup-driven
48 for `proj.tcl`. We split this out of `auto.def` so that it can be
68 those with `proj-` prefix can be found in [proj.tcl][] and those with
85 - **`proj-get-env VAR ?default?`**\
94 - **`proj-fatal msg`**\
96 autosetup's `user-error` are purely cosmetic.
98 - **`proj-if-opt-truthy flag thenScript ?elseScript?`**\
102 - **`proj-indented-notice ?-error? ?-notice? msg`**\
109 - **`proj-opt-truthy flag`**\
113 - **`proj-opt-was-provided FLAG`**\
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h15 #error "This file is for OpenMP compilation only."
19 #error "This file is for C++ compilation only."
74 template <class _Tp> std::complex<_Tp> proj(const std::complex<_Tp> &__c) { in proj() function