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

  /src/external/bsd/pkg_install/dist/lib/
global.c 37 Boolean Fake = FALSE;
  /src/external/gpl3/binutils/dist/opcodes/
d30v-opc.c 414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
  /src/external/gpl3/binutils.old/dist/opcodes/
d30v-opc.c 414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
  /src/external/gpl3/gdb/dist/opcodes/
d30v-opc.c 414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
  /src/external/gpl3/gdb.old/dist/opcodes/
d30v-opc.c 414 #define Fake (Fa2 + 1) /* Place holder for "id" field in mvfsys and mvtsys. */
472 { SHORT_C1, 0, { Ra, Cb, Fake } }, /* Ra,Cb (mvfsys) */
473 { SHORT_C2, 0, { Ca, Rb, Fake } }, /* Ca,Rb (mvtsys) */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.c 101 class Fake
106 Fake (const int name = 0):
325 Fake fake (42);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-pretty-print.c 101 class Fake
106 Fake (const int name = 0):
325 Fake fake (42);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-prettyprint.c 103 class Fake
108 Fake (const int name = 0):
366 Fake fake (42);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-prettyprint.c 103 class Fake
108 Fake (const int name = 0):
366 Fake fake (42);
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 201 bool Fake;
206 upperName(lowerName), attrName(Attr), isOpt(false), Fake(false) {
226 bool isFake() const { return Fake; }
227 void setFake(bool fake) { Fake = fake; }
1367 if (Ptr && Arg.getValueAsBit("Fake"))
1501 // determine where the last provided non-fake argument is.
2331 // For these purposes, fake takes priority over optional.
2476 // Emit a CreateImplicit that takes all the non-fake arguments
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 517 enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded };

Completed in 53 milliseconds