Home
last modified time | relevance | path

Searched defs:VAL2 (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/Preprocessor/
Dprint-pragma-microsoft.c12 #define VAL2 "VAL2" macro
/external/python/apitools/apitools/base/protorpclite/
Dtest_util.py289 VAL2 = 2 variable in OptionalMessage.SimpleEnum
308 VAL2 = 2 variable in RepeatedMessage.SimpleEnum
Dmessages_test.py335 VAL2 = 2 variable in EnumTest.testComparison.Enum1
/external/strace/tests-m32/
Dfutex.c160 # define VAL2 ((unsigned long) 0xbadda7a0ca7b100dLLU) macro
/external/strace/tests/
Dfutex.c160 # define VAL2 ((unsigned long) 0xbadda7a0ca7b100dLLU) macro
/external/strace/tests-mx32/
Dfutex.c160 # define VAL2 ((unsigned long) 0xbadda7a0ca7b100dLLU) macro
/external/elfutils/tests/
Dcleanup-13.c19 #define VAL2(x) ((x)>>8)&0xff,(x)&0xff macro
23 #define VAL2(x) (x)&0xff,((x)>>8)&0xff macro
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/
DNullAwayNegativeCases.java384 VAL2 enumConstant
/external/python/cpython3/Lib/test/
Dtest_enum.py1962 VAL2 = 'val2' variable in TestEnum.test_missing_exceptions_reset.TestEnum
/external/clang/include/clang/AST/
DExpr.h4815 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator