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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
GCOV.h 257 uint8_t artificial = 0; member in class:llvm::GCOVFunction
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 279 /* Function filter based on function_info::artificial variable. */
284 return fn->artificial;
297 /* True when the function is artificial and does not exist
299 unsigned artificial : 1;
719 artificial (0), is_group (0),
1476 if (!(*it)->artificial)
1492 /* Remove all artificial function. */
1951 unsigned artificial = gcov_read_unsigned ();
1971 fn->artificial = artificial;
1950 unsigned artificial = gcov_read_unsigned (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 246 /* Function filter based on function_info::artificial variable. */
251 return fn->artificial;
264 /* True when the function is artificial and does not exist
266 unsigned artificial : 1;
675 artificial (0), is_group (0),
1376 if (!(*it)->artificial)
1392 /* Remove all artificial function. */
1851 unsigned artificial = gcov_read_unsigned ();
1871 fn->artificial = artificial;
1850 unsigned artificial = gcov_read_unsigned (); local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 3437 int artificial = (artificial_ticket_time > 0); local
3446 if (artificial)
3522 * Artificially give the ticket some age to match the artificial age we
3525 if (artificial
10316 * of the artificial "xorhmacsig" algorithm implemented in tls-provider
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 954 unsigned artificial:1; member in struct:__anon13616
995 /* This is omp_{out,in,priv,orig} artificial variable in
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 946 unsigned artificial:1; member in struct:__anon16051
987 /* This is omp_{out,in,priv,orig} artificial variable in

Completed in 52 milliseconds