Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 13 of 13) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A DMicrosoftCompatibility.cpp6 struct cls { struct
10 char * cls::* __uptr wrong2 = &cls::m; // expected-error {{'__uptr' attribute cannot be used with p… argument
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx-ambig-paren-expr.cpp37 struct cls { struct
48 if (result((cls::type) i).check()) in test() argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddllimport-members.cpp21 #define USEMV(cls, var) int UNIQ(use)() { return ref(cls::var); } argument
22 #define USEMF(cls, fun) template<> void useMemFun<__LINE__, cls>() { cls().fun(); } argument
23 #define USESPECIALS(cls) void UNIQ(use)() { useSpecials<cls>(); } argument
/minix3/usr.bin/flock/
H A Dflock.c155 int cls = 0; in main() local
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py50 def from_value(cls, value): argument
61 def register(cls, name, value): argument
200 def CreateWithName(cls, module_id): argument
429 def GetGlobalContext(cls): argument
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp126 void GenObjCClass(StringRef cls) { in GenObjCClass()
130 void GenObjCCategory(StringRef cls, StringRef cat) { in GenObjCCategory()
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/
H A DTest.py13 def __new__(cls, name, isFailure): argument
/minix3/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc266 static bool isCXXException(uint64_t cls) in isCXXException()
271 static bool isDependentException(uint64_t cls) in isDependentException()
/minix3/minix/lib/liblwip/dist/src/core/
H A Ddns.c196 u16_t cls; member
206 u16_t cls; member
/minix3/external/bsd/llvm/dist/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp353 struct cls: base { struct
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py536 def from_id(cls, id): argument
2225 def from_source(cls, filename, args=None, unsaved_files=None, options=0, argument
2300 def from_ast_file(cls, filename, index=None): argument
/minix3/sbin/newfs_msdos/
H A Dmkfs_msdos.c263 u_int bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local
/minix3/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c1175 swig_class *cls; in SWIG_Tcl_MethodCommand() local