HomeSort by relevance Sort by last modified time
    Searched refs:isPoisoned (Results 1 - 25 of 59) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
VariadicMacroSupport.h 40 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned "
45 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!"));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
VariadicMacroSupport.h 40 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned "
45 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!"));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
VariadicMacroSupport.h 40 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned "
45 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!"));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
VariadicMacroSupport.h 40 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned "
45 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!"));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
VariadicMacroSupport.h 40 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned "
45 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!"));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
VariadicMacroSupport.h 40 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned "
45 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!"));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
VariadicMacroSupport.h 40 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned "
45 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!"));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
VariadicMacroSupport.h 40 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned "
45 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!"));
  /external/clang/include/clang/Basic/
IdentifierTable.h 58 bool IsPoisoned : 1; // True if identifier is poisoned.
254 IsPoisoned = Value;
262 bool isPoisoned() const { return IsPoisoned; }
361 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
376 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
372 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
388 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
385 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
401 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
385 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
401 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
380 NeedsHandleIdentifier = isPoisoned() || hasMacroDefinition() ||
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
380 NeedsHandleIdentifier = isPoisoned() || hasMacroDefinition() ||
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
380 NeedsHandleIdentifier = isPoisoned() || hasMacroDefinition() ||
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
380 NeedsHandleIdentifier = isPoisoned() || hasMacroDefinition() ||
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
372 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
388 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
385 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
401 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
385 (isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
401 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
380 NeedsHandleIdentifier = isPoisoned() || hasMacroDefinition() ||
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
380 NeedsHandleIdentifier = isPoisoned() || hasMacroDefinition() ||
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
380 NeedsHandleIdentifier = isPoisoned() || hasMacroDefinition() ||
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
IdentifierTable.h 69 bool IsPoisoned : 1; // True if identifier is poisoned.
261 IsPoisoned = Value;
269 bool isPoisoned() const { return IsPoisoned; }
380 NeedsHandleIdentifier = isPoisoned() || hasMacroDefinition() ||
396 : II(II), OldValue(II ? II->isPoisoned() : false) {
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; }
126 assert(!lie.getPointer()->isPoisoned() &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; }
111 assert(!lie.getPointer()->isPoisoned() &&

Completed in 1383 milliseconds

1 2 3