Searched refs:ICC (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp133 const auto *ICC = cast<ConstructorInitializerConstructionContext>(CC); local
134 const auto *Init = ICC->getCXXCtorInitializer();
366 const auto *ICC = cast<ConstructorInitializerConstructionContext>(CC); local
367 return addObjectUnderConstruction(State, ICC->getCXXCtorInitializer(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp891 bool ICC = true; local
894 ICC = false;
895 Mnemonic = parseCC(Name, Start, Next, ICC, true, NameLoc, Operands);
898 bool ICC = Name[5] == 'l' || Name[5] == 'w'; local
899 Mnemonic = parseCC(Name, 7, Name.size(), ICC, false, NameLoc, Operands);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp924 case Sparc::ICC:
1036 RegNo = Sparc::ICC;
1085 RegNo = Sparc::ICC;
/freebsd-13-stable/contrib/dialog/
H A Dconfigure6808 f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
6990 f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
7329 f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
9180 f = $ac_func; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
12948 f = tgoto; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
15308 f = initscr; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
17138 f = initscr; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
17901 f = gethostbyname; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
18078 f = connect; /* workaround for ICC 12.0.3 */ if (f == 0) return 1;
18194 f = remove; /* workaround for ICC 12.
[all...]

Completed in 189 milliseconds