Searched refs:malformed (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h33 malformed, member in class:llvm::instrprof_error
H A DSampleProf.h34 malformed, member in class:llvm::sampleprof_error
/external/llvm/lib/ProfileData/
H A DSampleProf.cpp37 case sampleprof_error::malformed:
H A DInstrProf.cpp43 case instrprof_error::malformed:
H A DCoverageMappingReader.cpp43 return error(instrprof_error::malformed);
53 return error(instrprof_error::malformed);
62 return error(instrprof_error::malformed);
107 return error(instrprof_error::malformed);
113 return error(instrprof_error::malformed);
162 return error(instrprof_error::malformed);
173 return error(instrprof_error::malformed);
186 return error(instrprof_error::malformed);
309 return instrprof_error::malformed;
312 return instrprof_error::malformed;
[all...]
H A DInstrProfReader.cpp117 return error(instrprof_error::malformed);
124 return error(instrprof_error::malformed);
126 return error(instrprof_error::malformed);
136 return error(instrprof_error::malformed);
209 return instrprof_error::malformed;
212 return instrprof_error::malformed;
268 return error(instrprof_error::malformed);
277 return error(instrprof_error::malformed);
367 return error(instrprof_error::malformed);
371 return error(instrprof_error::malformed);
[all...]
H A DSampleProfReader.cpp178 return sampleprof_error::malformed;
198 return sampleprof_error::malformed;
215 return sampleprof_error::malformed;
239 EC = sampleprof_error::malformed;
/external/llvm/test/MC/Mips/
H A Dmips_directives_bad.s1 # Error checking for malformed directives
H A Dmips-abi-bad.s3 # Error checking for malformed .module directives (and .set fp=...).
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DULocaleCollationTest.java327 for (String malformed : Arrays.asList("en-a", "$", "ü--a", "en--US")) {
329 Set<ULocale> supported = Collections.singleton(new ULocale(malformed));
331 assertNull("Failed to detect bogus locale «" + malformed + "»", supported);
333 logln("Successfully detected ill-formed locale «" + malformed + "»:" + e.getMessage());
/external/libpng/projects/owatcom/
H A Dpngconfig.mak134 $# inconsistent feature requests, or even malformed requests, in
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp811 else if (EC == llvm::instrprof_error::malformed)
/external/llvm/test/MC/ARM/
H A Ddiagnostics.s327 @ CHECK-ERRORS: error: malformed rotate expression
/external/pcre/dist/
H A Dpcre_compile.c480 "malformed number or name after (?(\0"
504 "malformed \\P or \\p sequence\0"
521 "(*VERB) not recognized or malformed\0"
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas992 /// the pattern is malformed or the tree does not match.
/external/sqlite/dist/orig/
H A Dsqlite3.c623 #define SQLITE_CORRUPT 11 /* The database disk image is malformed */
24021 ** 1 Integer too large for a 64-bit signed integer or is malformed
[all...]
/external/sqlite/dist/
H A Dsqlite3.c623 #define SQLITE_CORRUPT 11 /* The database disk image is malformed */
24021 ** 1 Integer too large for a 64-bit signed integer or is malformed
[all...]

Completed in 893 milliseconds