HomeSort by relevance Sort by last modified time
    Searched refs:compl (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Headers/
iso646.h 34 #define compl ~ macro
  /external/clang/test/Preprocessor/
cxx_compl.cpp 4 #if compl 0 bitand A
cxx_oper_keyword_ms_compat.cpp 8 #if compl 0 bitand 1
38 #define compl macro
123 compl
  /bionic/tests/
iso646_test.c 31 #if !defined(compl)
32 #error compl
  /device/linaro/bootloader/edk2/StdLib/Include/
iso646.h 24 #define compl ~ ///< Binary complement macro
  /bionic/tests/headers/posix/
iso646_h.c 46 #if !defined(compl)
47 #error compl
  /external/syzkaller/prog/
any_test.go 20 compl := make(map[string]bool)
27 compl[arg.Res.Type().String()] = true
32 for id := range compl {
  /external/antlr/tool/src/main/java/org/antlr/misc/
IntervalSet.java 232 IntervalSet compl = new IntervalSet(); local
235 return compl;
242 compl.addAll(a);
249 compl.addAll(a);
256 compl.addAll(a);
258 return compl;
  /external/clang/test/Parser/
cxx0x-attributes.cpp 50 [[,,,static, class, namespace,, inline, constexpr, mutable,, bitand, bitor::compl(!.*_ Cx.!U^*R),,,]] int more_garbage_attr; // expected-warning {{unknown attribute 'static' ignored}} \
57 // expected-warning {{unknown attribute 'compl' ignored}}
364 [[attr_name, attr_name_2(bitor), attr_name_3(com, pl)]] int macro_attrs; // expected-warning {{unknown attribute 'compl' ignored}} \
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 406 compl = "~ " if self.complement else ""
410 return compl + str(self.ranges[0][0])
415 return "%s{ %s }" % (compl, " ".join(vals))
  /external/python/cpython3/Python/
ast.c 4045 Py_complex compl; local
    [all...]
  /external/google-styleguide/cpplint/
cpplint_unittest.py     [all...]

Completed in 633 milliseconds