OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_cat
(Results
1 - 12
of
12
) sorted by null
/external/clang/test/Rewriter/
objc-modern-class-init-hooks.mm
34
// CHECK: (void *)&OBJC_CATEGORY_SETUP_$_Root_$
_Cat
,
35
// CHECK: (void *)&OBJC_CATEGORY_SETUP_$_Sub_$
_Cat
,
/external/clang/test/CodeGenObjC/
non-lazy-classes.m
4
// RUN: grep '@".01L_OBJC_LABEL_NONLAZY_CATEGORY_$" = internal global \[1 x .*\] .*@".01l_OBJC_$_CATEGORY_A_$
_Cat
".*, section "__DATA, __objc_nlcatlist, regular, no_dead_strip", align 8' %t
metadata-symbols-64.m
17
// RUN: grep '@"\\01l_OBJC_$_CATEGORY_A_$
_Cat
" = internal global .* section "__DATA, __objc_const", align 8' %t
18
// RUN: grep '@"\\01l_OBJC_$_CATEGORY_CLASS_METHODS_A_$
_Cat
" = internal global .* section "__DATA, __objc_const", align 8' %t
19
// RUN: grep '@"\\01l_OBJC_$_CATEGORY_INSTANCE_METHODS_A_$
_Cat
" = internal global .* section "__DATA, __objc_const", align 8' %t
objc-align.m
24
// RUNX: grep '@"\\01l_OBJC_$_CATEGORY_A_$
_Cat
" = internal global .*, section "__DATA, __objc_const", align 8' %t &&
/external/llvm/include/llvm/Support/
system_error.h
672
error_condition(int _val, const error_category&
_cat
)
673
: _val_(_val), _cat_(&
_cat
) {}
681
void assign(int _val, const error_category&
_cat
) {
683
_cat_ = &
_cat
;
734
error_code(int _val, const error_category&
_cat
)
735
: _val_(_val), _cat_(&
_cat
) {}
744
void assign(int _val, const error_category&
_cat
) {
746
_cat_ = &
_cat
;
/external/clang/include/clang/AST/
ASTVector.h
36
_Scalar_ptr_iterator_tag
_Cat
;
37
return
_Cat
;
42
_Scalar_ptr_iterator_tag
_Cat
;
43
return
_Cat
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h
445
typedef typename std::iterator_traits<_Tp>::iterator_category
_Cat
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h
448
typedef typename std::iterator_traits<_Tp>::iterator_category
_Cat
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h
448
typedef typename std::iterator_traits<_Tp>::iterator_category
_Cat
;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
445
typedef typename std::iterator_traits<_Tp>::iterator_category
_Cat
;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
445
typedef typename std::iterator_traits<_Tp>::iterator_category
_Cat
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
445
typedef typename std::iterator_traits<_Tp>::iterator_category
_Cat
;
Completed in 326 milliseconds