HomeSort by: relevance | last modified time | path
    Searched defs:Same (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/disassembler/
dmcstyle.c 410 * is the same as the target.
439 * compound statement only if the target is the same as the
981 BOOLEAN Same;
1005 Same = AcpiDmIsTargetAnOperand (Target->Common.Value.Arg,
1007 if (!Same)
1018 Same = AcpiDmIsTargetAnOperand (Target->Common.Next,
1020 if (!Same)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 99 bool Same = true;
104 Same = false;
108 if (Same)
131 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
179 // Otherwise, if all the merged values are the same, just use it.
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 44 Same,
86 /// register value might be in the same register but it wasn't specified in
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 223 /// 4) Two different types within the same diagnostic have the same output
247 continue; // Same types
250 continue; // Same canonical types
586 /// Same - Whether the two arguments evaluate to the same value.
587 bool Same = false;
726 /// SetSame - Sets the same flag of the current node.
727 void SetSame(bool Same) {
728 FlatTree[CurrentNode].Same = Same
    [all...]

Completed in 28 milliseconds