/external/clang/test/CXX/special/class.ctor/ |
p5-0x.cpp | 20 // A defaulted default constructor for a class X is defined as deleted if: 100 // inaccessible from the defaulted default constructor, or 119 // a destructor that is deleted or inaccessible from the defaulted default 200 // Ensure we determine whether an explicitly-defaulted or deleted special
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
Channel.h | 121 // External timing info, defaulted to -1. Only used if they are
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-regprefix-1.d | 3 #name: Register prefixes 1 defaulted to no.
|
rd-regprefix-1b.d | 4 #name: Register prefixes 1 defaulted to yes.
|
/external/clang/test/SemaTemplate/ |
constexpr-instantiate.cpp | 85 // of a defaulted special member in the same circumstances. This seems scary, 88 // special member templates (defaulted special members should only be
|
/external/llvm/include/llvm/MC/MCParser/ |
MCParsedAsmOperand.h | 35 // lots of members and MSVC doesn't support defaulted move ops, so to avoid 36 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
|
/external/llvm/docs/ |
MakefileGuide.rst | 645 ``AR`` (defaulted) 707 ``LLVMAS`` (defaulted) 710 ``LLVMGCC`` (defaulted) 713 ``LLVMGXX`` (defaulted) 716 ``LLVMLD`` (defaulted) 729 ``MKDIR`` (defaulted) 739 ``RANLIB`` (defaulted) 742 ``RM`` (defaulted) 745 ``SED`` (defaulted) 751 ``TBLGEN`` (defaulted) [all...] |
/ndk/build/core/ |
add-application.mk | 67 $(call ndk_log, Defaulted to APP_PLATFORM=$(APP_PLATFORM)) 88 $(call ndk_log, Defaulted to APP_PLATFORM=$(APP_PLATFORM)) 217 $(call ndk_log, Defaulted to APP_BUILD_SCRIPT=$(APP_BUILD_SCRIPT))
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorAttributeSet.java | 92 * @param attributes The specified or defaulted attributes.
|
ProcessorGlobalParamDecl.java | 59 * @param attributes The specified or defaulted attributes.
|
ProcessorGlobalVariableDecl.java | 59 * @param attributes The specified or defaulted attributes.
|
ProcessorTemplateElem.java | 46 * @param attributes The specified or defaulted attributes.
|
/external/clang/test/CXX/special/class.copy/ |
p13-0x.cpp | 62 // An explicitly-defaulted constructor doesn't become constexpr until the end of
|
p23-cxx11.cpp | 14 // Overload resolution will ignore a defaulted, deleted move assignment, 56 // A defaulted copy/move assignment operator for class X is defined as deleted
|
/external/libchrome/base/threading/ |
thread_local_unittest.cc | 90 // Check that both threads defaulted to NULL.
|
/external/skia/src/core/ |
SkPictureData.h | 128 * It is defaulted to be zero.
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
RSScript.h | 75 // be derived rather than defaulted to aggressive (-O3)
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Templates.java | 51 * and these properties are "defaulted" by default properties specified by
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
Locator2.java | 39 * or be defaulted by the parser.
|
Attributes2Impl.java | 27 * always be false, except for defaulted attributes (<em>specified</em> 58 * Otherwise the flag values are defaulted to assume no DTD was used,
|
/packages/services/Telephony/src/com/android/phone/ |
GsmUmtsOptions.java | 74 // Determine which options to display. For GSM these are defaulted to true in
|
/external/bison/src/ |
tables.c | 65 array of state numbers of the non defaulted GOTO on VECTOR. 400 /* Allocate non defaulted actions. */ 406 /* Store non defaulted actions. */ 478 | i.e., the information related to non defaulted GOTO on the nterm | 507 /* Allocate room for non defaulted gotos. */ 511 /* Store the state numbers of the non defaulted gotos. */
|
print-xml.c | 300 bool defaulted = false; local 312 defaulted = true; 317 if (defaulted) 320 defaulted = false;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
base.py | 136 # * Value initialization is made for defaulted components only 143 # * Sequence and Set types may include optional and defaulted
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FunctionDef1Arg.java | 31 * Base class for functions that accept one argument that can be defaulted if
|