HomeSort by: relevance | last modified time | path
    Searched refs:ICC (Results 1 - 12 of 12) 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/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/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/Sparc/AsmParser/
SparcAsmParser.cpp 1040 case Sparc::ICC:
1044 Op = SparcOperand::CreateToken("%icc", S);
1143 if (name.equals("icc")) {
1144 RegNo = Sparc::ICC;
1193 RegNo = Sparc::ICC;
  /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.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/sys/arch/sparc/sparc/
locore.s 2537 nop ! one more isns before touching ICC
2722 nop ! one more isns before touching ICC
  /src/external/apache2/llvm/autoconf/
configure 7559 ICC=no
7562 icc*|icpc*)
7563 ICC=yes
7570 if test "$GCC" != "yes" && test "$ICC" != "yes"
7572 as_fn_error $? "gcc|icc required but not found" "$LINENO" 5
7577 as_fn_error $? "g++|clang++|icc required but not found" "$LINENO" 5
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 11773 ICC 10.0 has a bug when optimizing the expression -zero.
36227 # both Tru64's cc and ICC support -MD to output dependencies as a
36228 # side effect of compilation, but ICC will put the dependencies in
36297 # icc doesn't choke on unknown options, it will just issue warnings
36300 # When given -MP, icc 7.0 and 7.1 complain thusly:
36301 # icc: Command line warning: ignoring option '-M'; no argument required
36302 # The diagnosis changed in icc 8.0:
36303 # icc: Command line remark: option '-MP' not supported
  /src/external/gpl3/gdb/dist/gnulib/
configure 11770 ICC 10.0 has a bug when optimizing the expression -zero.
36224 # both Tru64's cc and ICC support -MD to output dependencies as a
36225 # side effect of compilation, but ICC will put the dependencies in
36294 # icc doesn't choke on unknown options, it will just issue warnings
36297 # When given -MP, icc 7.0 and 7.1 complain thusly:
36298 # icc: Command line warning: ignoring option '-M'; no argument required
36299 # The diagnosis changed in icc 8.0:
36300 # icc: Command line remark: option '-MP' not supported

Completed in 51 milliseconds