HomeSort by relevance Sort by last modified time
    Searched refs:Invalid (Results 251 - 275 of 719) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 138 | Invalid (* not an instruction *)
544 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
555 | At_end _ -> raise (Invalid_argument "Invalid global variable range.")
564 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
575 | At_start _ -> raise (Invalid_argument "Invalid global variable range.")
611 | At_end _ -> raise (Invalid_argument "Invalid function range.")
622 | At_end _ -> raise (Invalid_argument "Invalid function range.")
631 | At_start _ -> raise (Invalid_argument "Invalid function range.")
642 | At_start _ -> raise (Invalid_argument "Invalid function range.")
746 | At_end _ -> raise (Invalid_argument "Invalid parameter range."
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 251 bool *Invalid = nullptr);
261 bool *Invalid = nullptr);
275 bool *invalid = nullptr);
315 /// it points into a macro), this routine returns an invalid
400 bool *Invalid = nullptr);
456 /// invalid.
658 /// invalid.
  /external/clang/tools/libclang/
CXSourceLocation.cpp 141 *Log << llvm::format("(\"%s\", %d, %d) = invalid",
252 // Check that the FileID is invalid on the expansion location.
253 // This can manifest in invalid code.
255 bool Invalid = false;
256 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
257 if (Invalid || !sloc.isFile()) {
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
thumb-diagnostics.s 6 @ Check for various assembly diagnostic messages on invalid input.
10 @ CHECK-ERRORS: error: invalid instruction
28 @ CHECK-ERRORS: error: invalid operand for instruction
31 @ CHECK-ERRORS: error: invalid operand for instruction
38 error: invalid operand for instruction
41 error: invalid operand for instruction
45 @ Invalid writeback and register lists for LDM
60 @ Invalid writeback and register lists for PUSH/POP
71 @ Invalid writeback and register lists for STM
84 @ CHECK-ERRORS: error: invalid operand for instructio
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Lexer.h 251 bool *Invalid = nullptr);
261 bool *Invalid = nullptr);
275 bool *invalid = nullptr);
315 /// it points into a macro), this routine returns an invalid
400 bool *Invalid = nullptr);
456 /// invalid.
658 /// invalid.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Lexer.h 251 bool *Invalid = nullptr);
261 bool *Invalid = nullptr);
275 bool *invalid = nullptr);
315 /// it points into a macro), this routine returns an invalid
400 bool *Invalid = nullptr);
456 /// invalid.
658 /// invalid.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Lexer.h 251 bool *Invalid = nullptr);
261 bool *Invalid = nullptr);
275 bool *invalid = nullptr);
315 /// it points into a macro), this routine returns an invalid
400 bool *Invalid = nullptr);
456 /// invalid.
658 /// invalid.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 251 bool *Invalid = nullptr);
261 bool *Invalid = nullptr);
275 bool *invalid = nullptr);
315 /// it points into a macro), this routine returns an invalid
400 bool *Invalid = nullptr);
456 /// invalid.
658 /// invalid.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Lexer.h 251 bool *Invalid = nullptr);
261 bool *Invalid = nullptr);
275 bool *invalid = nullptr);
315 /// it points into a macro), this routine returns an invalid
400 bool *Invalid = nullptr);
456 /// invalid.
658 /// invalid.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Lexer.h 251 bool *Invalid = nullptr);
261 bool *Invalid = nullptr);
275 bool *invalid = nullptr);
315 /// it points into a macro), this routine returns an invalid
400 bool *Invalid = nullptr);
456 /// invalid.
658 /// invalid.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Lexer.h 251 bool *Invalid = nullptr);
261 bool *Invalid = nullptr);
275 bool *invalid = nullptr);
315 /// it points into a macro), this routine returns an invalid
400 bool *Invalid = nullptr);
456 /// invalid.
658 /// invalid.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 251 bool *Invalid = nullptr);
261 bool *Invalid = nullptr);
275 bool *invalid = nullptr);
315 /// it points into a macro), this routine returns an invalid
400 bool *Invalid = nullptr);
456 /// invalid.
658 /// invalid.
  /build/make/core/
version_defaults.mk 55 $(warning Invalid TARGET_PLATFORM_VERSION '$(TARGET_PLATFORM_VERSION)', must be one of)
  /device/google/contexthub/util/nanotool/
nanotool.cpp 42 Invalid,
78 return NanotoolCommand::Invalid;
91 return NanotoolCommand::Invalid;
269 fprintf(stderr, "%s: Invalid sensor name '%s'\n",
275 fprintf(stderr, "%s: Invalid sample rate %s\n", name,
282 fprintf(stderr, "%s: Invalid latency %lld\n", name, latency_ms);
319 if (args->command == NanotoolCommand::Invalid) {
320 fprintf(stderr, "%s: Invalid command '%s'\n", argv[0], optarg);
334 fprintf(stderr, "%s: Invalid sample count %d\n",
364 fprintf(stderr, "%s: Invalid device index %d\n", argv[0]
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeAdaptor.cs 156 return TokenTypes.Invalid;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedTokenException.cs 46 private readonly int _expecting = TokenTypes.Invalid;
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 255 static ArgType Invalid() { return ArgType(InvalidTy); }
260 assert(A.K >= InvalidTy && "ArgType cannot be pointer to invalid/unknown");
275 enum HowSpecified { NotSpecified, Constant, Arg, Invalid };
286 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
290 return hs == Invalid;
  /external/clang/include/clang/Sema/
AttributeList.h 128 /// True if already diagnosed as invalid.
129 mutable unsigned Invalid : 1;
243 SyntaxUsed(syntaxUsed), Invalid(false), UsedAsTypeAttr(false),
263 Invalid(false), UsedAsTypeAttr(false), IsAvailability(true),
283 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false),
300 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false),
318 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false),
332 Invalid(false), UsedAsTypeAttr(false), IsAvailability(false),
383 bool isInvalid() const { return Invalid; }
384 void setInvalid(bool b = true) const { Invalid = b;
    [all...]
  /external/llvm/lib/MC/
MCAsmInfo.cpp 89 WinEHEncodingType = WinEH::EncodingType::Invalid;
  /external/llvm/lib/Support/
DynamicLibrary.cpp 36 char llvm::sys::DynamicLibrary::Invalid = 0;
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 211 Invalid
352 Invalid = -1,
373 Invalid = -1,
427 .Default(AArch64Layout::Invalid);
  /external/pdfium/core/fpdfdoc/
tagged_int.h 25 enum { Invalid, Element, PageContent, StreamContent, Object } m_Type;
  /external/protobuf/objectivec/DevTools/
pddm_tests.py 158 # 11. Invalid arg name
160 'Invalid arg name "a b" in macro definition: '),
162 'Invalid arg name "a.b" in macro definition: '),
164 'Invalid arg name "a-b" in macro definition: '),
166 'Invalid arg name "c." in macro definition: '),
  /external/skia/tools/skpbench/
skpbench.py 140 raise Exception('Invalid warmup output:\n%s' % output)
  /external/swiftshader/third_party/LLVM/lib/Support/
DynamicLibrary.cpp 53 char llvm::sys::DynamicLibrary::Invalid = 0;

Completed in 1924 milliseconds

<<11121314151617181920>>