Home
last modified time | relevance | path

Searched refs:private_flags (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXString.cpp46 Str.private_flags = CXS_Unmanaged; in createEmpty()
53 Str.private_flags = CXS_Unmanaged; in createNull()
63 Str.private_flags = CXS_Unmanaged; in createRef()
76 Str.private_flags = CXS_Malloc; in createDup()
101 Result.private_flags = (unsigned) CXS_Unmanaged; in createRef()
111 Result.private_flags = (unsigned) CXS_Malloc; in createDup()
118 Str.private_flags = (unsigned) CXS_StringBuf; in createCXString()
162 return ((CXStringFlag) str.private_flags) == CXS_StringBuf; in isManagedByPool()
173 if (string.private_flags == (unsigned) CXS_StringBuf) { in clang_getCString()
180 switch ((CXStringFlag) string.private_flags) { in clang_disposeString()
/openbsd/gnu/llvm/clang/include/clang-c/
H A DCXString.h39 unsigned private_flags; member
/openbsd/gnu/usr.bin/perl/
H A Dpeep.c269 U8 private_flags = 0; /* ... op_private of the multiconcat op */ in S_maybe_multiconcat() local
338 private_flags |= OPpMULTICONCAT_APPEND; in S_maybe_multiconcat()
376 private_flags |= OPpMULTICONCAT_STRINGIFY; in S_maybe_multiconcat()
392 private_flags |= OPpMULTICONCAT_FAKE; in S_maybe_multiconcat()
599 if (nargs + nconst + cBOOL(private_flags & OPpMULTICONCAT_APPEND) < 2) in S_maybe_multiconcat()
644 if (nargs + nconst + cBOOL(private_flags & OPpMULTICONCAT_APPEND) < 3) in S_maybe_multiconcat()
967 private_flags |= OPpTARGET_MY; in S_maybe_multiconcat()
968 private_flags |= (targetop->op_private & OPpLVAL_INTRO); in S_maybe_multiconcat()
977 private_flags |= OPpTARGET_MY; in S_maybe_multiconcat()
996 o->op_private = private_flags; in S_maybe_multiconcat()
/openbsd/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm641 sub private_flags { subroutine
842 $h{private} = private_flags($origname, $op->private);
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c762 text.private_flags = 0; in CursorToText()
1190 Str.private_flags = 0; in createCXString()