HomeSort by relevance Sort by last modified time
    Searched full:specifier (Results 451 - 475 of 842) sorted by null

<<11121314151617181920>>

  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
TestDataFormatterCpp.py 264 # but that not *every* specifier is removed
  /external/lldb/test/unittest2/
loader.py 98 """Return a suite of all tests cases given a string specifier.
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 519 report_fatal_error("Invalid section specifier '" + Section + "': " +
546 // Parse the section specifier and create it if valid.
559 "' has an invalid section specifier '" +
579 " section specifier");
    [all...]
  /external/llvm/test/CodeGen/ARM/
vld4.ll 113 ;Check for no alignment specifier.
vst4.ll 87 ;Check for no alignment specifier.
  /frameworks/base/docs/html/guide/practices/
screens-support-1.5.jd 127 are in doubt, refer to SDK reference documentation and look for the API Level specifier for the API
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 29 --target=isa-os-cc Target specifier
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
libquadmath.info 359 where the format string is restricted to a single conversion specifier
360 with `Q' modifier and conversion specifier `e', `E', `f', `F', `g',
362 conversion specifier. The `%m$' or `*m$' style must not be used in the
372 FORMAT conversion specifier string
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 78 """Return a suite of all tests cases given a string specifier.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 78 """Return a suite of all tests cases given a string specifier.
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 300 errx(EXIT_FAILURE, "unknown specifier '%c' in "
  /external/clang/lib/Sema/
SemaType.cpp 270 /// The attribute is in the decl-specifier-seq.
693 /// \param state Specifies the declarator containing the declaration specifier
779 // [C90 6.5] only allows a decl-spec if there was *some* type-specifier,
780 // type-qualifier, or storage-class-specifier. If not, emit an extwarn.
794 // C99 and C++ require a type specifier. For example, C99 6.7.2p2 says:
795 // "At least one type specifier shall be given in the declaration
796 // specifiers in each declaration, and in the specifier-qualifier list in
    [all...]
SemaExprMember.cpp 502 // specifier in a member expression are actually members of the base
509 // So it's perfectly legitimate for the nested-name specifier to name
627 // nested-name-specifier.
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 764 // Visit the nested-name-specifier, if present.
799 // Visit the nested-name-specifier, if present.
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 339 /// is the class named by the nested-name-specifier of the
538 /// specifier.
  /external/clang/test/Index/
index-templates.cpp 189 // CHECK-LOAD: index-templates.cpp:101:20: C++ base class specifier=Pair<int, int>:98:16 [access=public isVirtual=false] Extent=[101:20 - 101:34]
190 // CHECK-LOAD: index-templates.cpp:101:36: C++ base class specifier=Pair<T, U>:76:8 [access=public isVirtual=false] Extent=[101:36 - 101:46]
  /external/compiler-rt/test/dfsan/
custom.cc 811 // Test formatting (no conversion specifier).
844 // Test formatting & label propagation (single conversion specifier, with
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 472 r'error: C\+\+ requires a type specifier for all declarations\n'
475 r'C\+\+ requires a type specifier for all declarations'
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
  /external/llvm/lib/Support/Windows/
Signals.inc 40 // the ll format specifier for printf. However, MinGW passes the format
42 // specifier. So these warnings are spurious in this case. Since we compile
  /external/v8/src/arm/
constants-arm.h 644 // bit specifier. one_bit is the position of the additional single bit
645 // specifier.
  /external/libxml2/
trio.c 547 * as the S specifier
549 * as the C specifier
665 /* The marker of the end of the specifier */
684 /* For the user-defined specifier */
1033 * Find registered user-defined specifier.
1203 BOOLEAN_T positional; /* Does the specifier have a positional? */
    [all...]
  /external/clang/www/
cxx_dr_status.html 89 <td>Access to template arguments used in a function return type and in the nested name specifier</td>
767 <td>Dependent type names with non-dependent <I>nested-name-specifier</I>s</td>
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 343 // Create base specifier for any direct or indirect virtual bases.
567 // FIXME: We use the 'unsafe' accessor for the access specifier here,
569 // in Sema. However, LLDB *will* have set the access specifier correctly,
657 case AS_none: llvm_unreachable("Invalid access specifier");
    [all...]

Completed in 891 milliseconds

<<11121314151617181920>>