HomeSort by relevance Sort by last modified time
    Searched refs:CIP (Results 1 - 10 of 10) sorted by null

  /external/ImageMagick/coders/
cip.h 27 MagickCoderExports(CIP)
coders-list.h 26 AddMagickCoder(CIP)
  /external/clang/test/SemaTemplate/
temp_class_order.cpp 26 typedef const int* CIP;
27 int array3[X1<const int*, CIP>::value == 3? 1 : -1];
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 41 Value(const DIExpression *Expr, const ConstantInt *CIP)
43 Constant.CIP = CIP;
61 const ConstantInt *CIP;
73 const ConstantInt *getConstantInt() const { return Constant.CIP; }
87 Constant.CIP->dump();
170 return A.Constant.CIP == B.Constant.CIP;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 42 Value(const DIExpression *Expr, const ConstantInt *CIP)
44 Constant.CIP = CIP;
62 const ConstantInt *CIP;
74 const ConstantInt *getConstantInt() const { return Constant.CIP; }
89 Constant.CIP->dump();
173 return A.Constant.CIP == B.Constant.CIP;
  /external/llvm/lib/Support/
Host.cpp 967 const char *CIP = CPUInfoStart;
974 while (CIP < CPUInfoEnd && CPUStart == 0) {
975 if (CIP < CPUInfoEnd && *CIP == '\n')
976 ++CIP;
978 if (CIP < CPUInfoEnd && *CIP == 'c') {
979 ++CIP;
980 if (CIP < CPUInfoEnd && *CIP == 'p')
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Host.cpp 79 StringRef::const_iterator CIP = CPUInfoStart;
86 while (CIP < CPUInfoEnd && CPUStart == 0) {
87 if (CIP < CPUInfoEnd && *CIP == '\n')
88 ++CIP;
90 if (CIP < CPUInfoEnd && *CIP == 'c') {
91 ++CIP;
92 if (CIP < CPUInfoEnd && *CIP == 'p')
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 1009 const char *CIP = CPUInfoStart;
1016 while (CIP < CPUInfoEnd && CPUStart == 0) {
1017 if (CIP < CPUInfoEnd && *CIP == '\n')
1018 ++CIP;
1020 if (CIP < CPUInfoEnd && *CIP == 'c') {
1021 ++CIP;
1022 if (CIP < CPUInfoEnd && *CIP == 'p')
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 83 const ConstantInt *CIP;
100 Constant(true) { Constants.CIP = IPtr; EntryKind = E_ConstantInt; }
118 const ConstantInt *getConstantInt() { return Constants.CIP; }
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 837 CallInlinePolicy CIP = mayInlineCallKind(Call, Pred, Opts);
838 if (CIP != CIP_Allowed) {
839 if (CIP == CIP_DisallowedAlways) {
    [all...]

Completed in 2779 milliseconds