Home
last modified time | relevance | path

Searched refs:expression (Results 176 – 200 of 305) sorted by relevance

12345678910>>...13

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td29 def GNUAlignofExpression : DiagGroup<"gnu-alignof-expression">;
656 DiagGroup<"gnu-statement-expression-from-macro-expansion">;
657 def GNUStatementExpression : DiagGroup<"gnu-statement-expression",
676 // Additional tautological comparison warnings based on the expression, not
804 def PotentiallyEvaluatedExpression : DiagGroup<"potentially-evaluated-expression">;
805 def UnevaluatedExpression : DiagGroup<"unevaluated-expression",
H A DStmtNodes.td29 // statement in a GNU statement-expression).
H A DTokenKinds.def838 ANNOTATION(primary_expr) // annotation for a primary expression, used when
841 ANNOTATION(decltype) // annotation for a decltype expression,
/freebsd/contrib/bc/manuals/
H A Dbuild.md671 | | if an expression or | | |
672 | | expression file is | | |
677 | | if an expression or | | |
678 | | expression file is | | |
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1182 CreateUtilityFunction(std::string expression, std::string name,
1241 llvm::StringRef expression, ExecutionContextScope *exe_scope,
/freebsd/contrib/bc/tests/
H A Dother.sh371 "$exe" "$@" -e "$exprs" -f "$f" --expression "$exprs" --file "$f" -e "$halt" > "$out2"
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1490 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \
1493 ::testing::AssertionResult(expression)) \
/freebsd/share/i18n/csmapper/GB/
H A DISO-IR-165EXT%UCS.src39 # between individual subvalues, a regular expression indicating the
45 # require modification for use with other regular expression engines.
H A DUCS%ISO-IR-165EXT.src39 # between individual subvalues, a regular expression indicating the
45 # require modification for use with other regular expression engines.
/freebsd/lib/libc/regex/grot/
H A Dtests1 # regular expression test set
13 # starting with @ indicates that the (sub)expression is expected to match
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td245 // Expands to a return statement. The return expression is a boolean expression
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_BLD.pod74 I<val> is stored by value and an expression or auto variable can be used.
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod121 In order to permit a more concise expression of boolean properties, there
/freebsd/contrib/bmake/
H A Dbmake.cat1242 but rather as an expression. Its value is expanded before
418 character and the expression contains no modifiers, the surrounding curly
427 If the result of expanding a nested variable expression contains a dollar
918 Some modifiers interpret the expression value as a single string, others
919 treat the expression value as a whitespace-separated list of words. When
1043 prevent a dollar sign from starting a nested expression, escape it
1067 conditional expression, evaluates to true, return as its value the
1069 name is used as the expression, :? must be the first modifier after
1095 prevent a dollar sign from starting a nested expression, escape it
1296 Test the value of an expression.
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp438 Stencil transformer::expression(llvm::StringRef Id) { in expression() function in transformer
/freebsd/crypto/heimdal/lib/kadm5/
H A DChangeLog411 * get_princs_c.c: rename variable exp to expression
413 * ad.c: rename variable exp to expression
417 * get_princs_s.c: rename variable exp to expression
421 * common_glue.c: rename variable exp to expression
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td195 "Check whether the reciever in the message expression is nil",
200 "Check whether the reciever in the message expression is "
438 HelpText<"Check if the size of the array in a new[] expression is undefined">,
1575 HelpText<"Print results of live expression analysis">,
/freebsd/contrib/llvm-project/lldb/docs/man/
H A Dlldb.rst18 larger LLVM Project, such as the Clang expression parser and LLVM disassembler.
/freebsd/contrib/googletest/docs/
H A Dadvanced.md31 complex expression, for lack of a better macro. This has the problem of not
32 showing you the values of the parts of the expression, making it hard to
35 is awkward especially when the expression has side-effects or is expensive to
182 comparison tricks (sub-string, prefix, suffix, regular expression, and etc). For
511 [POSIX extended regular expression](http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap…
515 On Windows, GoogleTest uses its own simple regular expression implementation. It
546 defines macros to govern which regular expression it is using. The macros are:
1127 The parameter generator expression is not evaluated until GoogleTest is
/freebsd/contrib/one-true-awk/
H A DFIXES.1e32 Fix regular expression clobbering in the lexer, where lexer does
88 with NetBSD's RS regular expression support that can cause
91 Fix regular expression RS ^-anchoring. RS ^-anchoring needs to
274 expression.
317 Allow unmatched right parenthesis in a regular expression to
/freebsd/contrib/atf/
H A DNEWS164 string against a regular expression.
333 error message by means of a regular expression.
336 regular expression match in a string.
/freebsd/contrib/diff/
H A DNEWS159 match the extended regular expression %-*[0-9]*(\.[0-9]*)?[doxX].
/freebsd/contrib/libpcap/
H A Daclocal.m4860 # expression that tests whether the value being
869 # expression is never executed".
872 # an expression that you *want* evaluated at
/freebsd/contrib/libxo/doc/
H A Dfield-modifiers.rst275 expression based on the most recent number emitted and the current
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp533 writeInt(buf + data->offset, data->expression().getValue(), data->size); in writeTo()

12345678910>>...13