HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 676 - 700 of 1021) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/TableGen/
Record.cpp 461 ProfileBitsInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range) {
462 ID.AddInteger(Range.size());
468 ID.AddPointer(*i);
475 FoldingSetNodeID ID;
476 ProfileBitsInit(ID, Range);
479 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP))
488 void BitsInit::Profile(FoldingSetNodeID &ID) const {
489 ProfileBitsInit(ID, Bits);
623 static void ProfileListInit(FoldingSetNodeID &ID,
626 ID.AddInteger(Range.size())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 267 static char ID;
268 ARMConstantIslands() : MachineFunctionPass(ID) {}
327 char ARMConstantIslands::ID = 0;
846 /// ID.
    [all...]
ARMLoadStoreOptimizer.cpp 66 static char ID;
67 ARMLoadStoreOpt() : MachineFunctionPass(ID) {}
145 char ARMLoadStoreOpt::ID = 0;
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 92 ID = 3
114 case ID: return "id";
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 73 static char ID;
75 HexagonHardwareLoops() : MachineFunctionPass(ID) {
216 char HexagonHardwareLoops::ID = 0;
    [all...]
HexagonISelDAGToDAG.cpp 191 &SelectionDAGISel::ID, nullptr, false, false);
201 static unsigned doesIntrinsicReturnPredicate(unsigned ID)
203 switch (ID) {
753 unsigned ID =
755 if (doesIntrinsicReturnPredicate(ID)) {
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 137 static char ID;
140 MachineFunctionPass(ID), TII(nullptr), TRI(nullptr) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 73 static char ID; // Pass identification, replacement for typeid
74 GlobalOpt() : ModulePass(ID) {
94 char GlobalOpt::ID = 0;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 271 static char ID;
351 char DataFlowSanitizer::ID;
365 : ModulePass(ID), GetArgTLSPtr(getArgTLS), GetRetvalTLSPtr(getRetValTLS) {
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 549 static char ID;
550 ObjCARCOpt() : FunctionPass(ID) {
556 char ObjCARCOpt::ID = 0;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 83 static char ID; // Pass identification, replacement for typeid
85 : LoopPass(ID), LI(nullptr), SE(nullptr), DT(nullptr), Changed(false) {
124 char IndVarSimplify::ID = 0;
    [all...]
InductiveRangeCheckElimination.cpp 207 static char ID;
208 InductiveRangeCheckElimination() : LoopPass(ID) {
224 char InductiveRangeCheckElimination::ID = 0;
    [all...]
ScalarReplAggregates.cpp 64 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT)
65 : FunctionPass(ID), HasDomTree(hasDT) {
191 static char ID;
194 SROA(T, true, ID, ST, AT, SLT) {
209 static char ID;
212 SROA(T, false, ID, ST, AT, SLT) {
226 char SROA_DT::ID = 0;
227 char SROA_SSAUp::ID = 0;
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 431 int ID; /* blob ID */
441 #define CV_BLOB_ID(pB) (((CvBlob*)(pB))->ID)
653 CV_INLINE CvDetectedBlob cvDetectedBlob( float x, float y, float w, float h, int ID = 0, float response = 0.0F )
656 b.x = x; b.y = y; b.w = w; b.h = h; b.ID = ID; b.response = response;
772 /* Add new blob to track it and assign to this blob personal ID */
773 /* pBlob - pointer to structure with blob parameters (ID is ignored)*/
799 int ID = 0;
801 //pBlob->ID;
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 118 public static final int ID = 0;
639 final long id = directoryCursor.getLong(DirectoryListQuery.ID); local
643 if (id == Directory.LOCAL_INVISIBLE) {
650 params.directoryId = id;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pstore.h 128 PST_PROVIDERID ID;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 108 /** This ID is used in plugin.xml and in each project's .project file.
110 public static final String ID = "com.android.ide.eclipse.adt.PreCompilerBuilder"; //$NON-NLS-1$
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 84 /** The view id for this view part */
85 public static final String ID = "com.android.ide.eclipse.adt.internal.lint.LintViewPart"; //$NON-NLS-1$
557 String id = EclipseLintClient.getId(marker); local
558 if (id != null) {
560 LintFixGenerator.suppressDetector(id, true,
641 IViewPart view = page.showView(LintViewPart.ID, null,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 91 private static final String ID =
213 mIdColumn.setText("Id");
482 int result = PreferencesUtil.createPreferenceDialogOn(getShell(), ID,
483 new String[] { ID }, null).open();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 105 public static final String ID = "com.android.ide.eclipse.gltrace.GLFunctionTrace"; //$NON-NLS-1$
374 * @param context context id whose calls should be displayed. Illegal values will result in
482 ImageDescriptor id = GlTracePlugin.getImageDescriptor("/icons/expandall.png"); local
483 sExpandAllIcon = id.createImage();
538 // column showing the GL context id
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
28 public static final int ID=10;
95 if ( (LA1_0==ID||(LA1_0>=INT_TYPE && LA1_0<=VOID)) ) {
395 // SimpleC.g:30:1: declarator : ID ;
407 // SimpleC.g:31:5: ( ID )
408 // SimpleC.g:31:9: ID
412 ID10=(Token)match(input,ID,FOLLOW_ID_in_declarator199);
443 // SimpleC.g:34:1: functionHeader : type ID '(' ( formalParameter ( ',' formalParameter )* )? ')' -> ^( FUNC_HDR type ID ( formalParameter )+ ) ;
465 RewriteRuleTokenStream stream_ID=new RewriteRuleTokenStream(adaptor,"token ID");
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
28 public static final int ID=10;
95 if ( (LA1_0==ID||(LA1_0>=INT_TYPE && LA1_0<=VOID)) ) {
395 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:30:1: declarator : ID ;
407 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:31:5: ( ID )
408 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:31:9: ID
412 ID10=(Token)match(input,ID,FOLLOW_ID_in_declarator199);
443 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:34:1: functionHeader : type ID '(' ( formalParameter ( ',' formalParameter )* )? ')' -> ^( FUNC_HDR type ID ( formalParameter )+ ) ;
465 RewriteRuleTokenStream stream_ID=new RewriteRuleTokenStream(adaptor,"token ID");
    [all...]
  /external/bison/src/
parse-gram.c 262 ID = 303,
321 #define ID 303
738 "named_ref.opt", "variable", "content.opt", "braceless", "id",
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 405 /// ID = (I + 1) << FastQual::Width has already been loaded
413 /// global type ID to produce a local ID.
418 /// When the pointer at index I is non-NULL, the declaration with ID
495 // ID as a key. It will be realized when the context is actually loaded.
528 /// IdentifierInfo for the identifier with ID=I+1 that has already
537 /// global identifier ID to produce a local ID.
544 /// MacroInfo for the identifier with ID=I+1 that has already
561 /// global macro ID to produce a local ID
    [all...]

Completed in 386 milliseconds

<<21222324252627282930>>