OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sometype
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/Sema/
c89.c
46
typedef int
sometype
;
typedef
47
int a(
sometype
, y) {return 0;} /* expected-warning {{declaration specifier missing, defaulting to 'int'}} \
/external/llvm/include/llvm/
GlobalVariable.h
86
/// @a = global
SomeType
* null - Initializer is both definitive and unique.
88
/// @b = global weak
SomeType
* null - Initializer is neither definitive nor
91
/// @c = global weak_odr
SomeType
* null - Initializer is definitive, but not
/external/stlport/doc/
README.evc4
103
template<typename
SomeType
> void function(
SomeType
st1,
SomeType
st2) {}
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceContentProvider.java
40
* versions). This is similar to the resource Ids defined as <code>R.
sometype
.id</code>.
ResourceLabelProvider.java
41
* This is similar to the resource Ids defined as <code>R.
sometype
.id</code>.
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
introduction.html
146
<li><code>AtomicReferenceFieldUpdater.newUpdater(SomeClass.class,
SomeType
.class, "someField")</code></li>
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
319
/* Byref variables, in Blocks, are declared by the programmer as "
SomeType
326
should still have type '
SomeType
', as originally declared.
332
SomeType
. So we need the location attribute for the variable to be an
334
pointers and struct to find the actual variable of type
SomeType
.
347
SomeType
VarName;
[
all
...]
DwarfDebug.cpp
80
"
SomeType
VarName;", but the compiler creates a
87
variable should still have type '
SomeType
', as originally declared.
93
have the original type '
SomeType
' in its debug information.
95
The original type '
SomeType
' will be the type of the field named
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py
[
all
...]
Completed in 432 milliseconds