HomeSort by: relevance | last modified time | path
    Searched defs:ICC (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 120 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC);
121 if (!ICC)
124 return ICC->hasTrailingNewline();
136 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
137 if (!ICC)
141 return cxstring::createRef(ICC->getCommandName(Traits));
146 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC);
147 if (!ICC)
150 switch (ICC->getRenderKind()) {
170 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 133 const auto *ICC = cast<ConstructorInitializerConstructionContext>(CC);
134 const auto *Init = ICC->getCXXCtorInitializer();
376 const auto *ICC = cast<ConstructorInitializerConstructionContext>(CC);
377 const auto *Init = ICC->getCXXCtorInitializer();
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
VEAsmParser.cpp 918 bool ICC = true;
921 ICC = false;
922 Mnemonic = parseCC(Name, Start, Next, ICC, true, NameLoc, Operands);
925 bool ICC = Name[5] == 'l' || Name[5] == 'w';
926 Mnemonic = parseCC(Name, 7, Name.size(), ICC, false, NameLoc, Operands);
944 bool ICC = Name[5] == 'l' || Name[5] == 'w' ? true : false;
945 Mnemonic = parseCC(Name, 7, Name.size(), ICC, true, NameLoc, Operands);
948 bool ICC = Name[6] == 'l' || Name[6] == 'w' ? true : false;
949 Mnemonic = parseCC(Name, 11, Name.size(), ICC, true, NameLoc, Operands);
  /src/external/gpl3/binutils/dist/opcodes/
sparc-opc.c 239 #define ICC (0) /* v9 */
1505 { opcode, F3(2, 0x2c, 0)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~0)|MCOND(~cond,~1)|XCC|(1<<11), "z,2,d", flags, 0, 0, v9 }, \
1506 { opcode, F3(2, 0x2c, 1)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~1)|MCOND(~cond,~1)|XCC|(1<<11), "z,I,d", flags, 0, 0, v9 }, \
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-opc.c 239 #define ICC (0) /* v9 */
1505 { opcode, F3(2, 0x2c, 0)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~0)|MCOND(~cond,~1)|XCC|(1<<11), "z,2,d", flags, 0, 0, v9 }, \
1506 { opcode, F3(2, 0x2c, 1)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~1)|MCOND(~cond,~1)|XCC|(1<<11), "z,I,d", flags, 0, 0, v9 }, \
  /src/external/gpl3/gdb/dist/opcodes/
sparc-opc.c 239 #define ICC (0) /* v9 */
1505 { opcode, F3(2, 0x2c, 0)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~0)|MCOND(~cond,~1)|XCC|(1<<11), "z,2,d", flags, 0, 0, v9 }, \
1506 { opcode, F3(2, 0x2c, 1)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~1)|MCOND(~cond,~1)|XCC|(1<<11), "z,I,d", flags, 0, 0, v9 }, \
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-opc.c 239 #define ICC (0) /* v9 */
1505 { opcode, F3(2, 0x2c, 0)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~0)|MCOND(~cond,~1)|XCC|(1<<11), "z,2,d", flags, 0, 0, v9 }, \
1506 { opcode, F3(2, 0x2c, 1)|MCOND(cond,1)|ICC, F3(~2, ~0x2c, ~1)|MCOND(~cond,~1)|XCC|(1<<11), "z,I,d", flags, 0, 0, v9 }, \

Completed in 50 milliseconds